The ForkTupleT1, T2 generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
First |
Gets and sets the first element.
| |
HasFirst |
true iff the value of the first element is valid.
| |
HasSecond |
true ifff the value of the second element is valid.
| |
Second |
Gets and sets the second element.
|
See Also