Edit

Share via


PinValuePair.Deconstruct(Int32, PinValue) Method

Definition

Deconstructor for convenience. Allows using as a "return Tuple".

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)

Parameters

pinNumber
Int32
pinValue
PinValue

Applies to