共用方式為


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

適用於