Compartilhar via


PinValuePair.Deconstruct(Int32, PinValue) Método

Definição

Desconstrutor para conveniência. Permite usar como uma "tupla de retorno".

public void Deconstruct (out int pinNumber, out System.Device.Gpio.PinValue pinValue);
member this.Deconstruct : int * PinValue -> unit
Public Sub Deconstruct (ByRef pinNumber As Integer, ByRef pinValue As PinValue)

Parâmetros

pinNumber
Int32
pinValue
PinValue

Aplica-se a