The ForkTupleT1, T2, T3 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 iff the value of the second element is valid.
| |
| HasThird |
true iff the value of the third element is valid.
| |
| Second |
Gets and sets the second element.
| |
| Third |
Gets and sets the third element.
|
See Also