PinValuePair.Deconstruct(Int32, PinValue) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
為了方便起見,解構函式。 允許使用 作為「傳回元組」。
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)
參數
適用於