PinValuePair Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Simple wrapper for a pin/value pair.
public readonly struct PinValuePair
type PinValuePair = struct
Public Structure PinValuePair
- Inheritance
-
PinValuePair
Constructors
PinValuePair(Int32, PinValue) |
Initializes a new instance of the PinValuePair struct. |
Properties
PinNumber |
The pin number. |
PinValue |
The pin value. |
Methods
Deconstruct(Int32, PinValue) |
Deconstructor for convenience. Allows using as a "return Tuple". |