The ForkValueT generic type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasValue |
true iff the value of the element is valid.
| |
Value |
Gets the value of the element. It is valid only if HasValue returns true.
|
See Also