PinValuePair.Deconstruct(Int32, PinValue) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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