次の方法で共有


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

適用対象