共用方式為


PinValuePair 結構

定義

針腳/值組的簡單包裝函式。

public readonly struct PinValuePair
type PinValuePair = struct
Public Structure PinValuePair
繼承
PinValuePair

建構函式

PinValuePair(Int32, PinValue)

初始化 PinValuePair 結構的新執行個體。

屬性

PinNumber

針腳編號。

PinValue

針腳值。

方法

Deconstruct(Int32, PinValue)

為了方便起見,解構函式。 允許使用 作為「傳回 Tuple」。

適用於