PinValuePair.Deconstruct(Int32, PinValue) 方法

定义

为方便起见,解构函数。 允许使用 作为“返回元组”。

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)

参数

pinNumber
Int32
pinValue
PinValue

适用于