The ForkTuple T1, T2 type exposes the following members.
|
| 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.
|
Top