-
Notifications
You must be signed in to change notification settings - Fork 31
Properties_T_CodeJam_Option_1
andrewvk edited this page Jun 23, 2016
·
4 revisions
[This is preliminary documentation and is subject to change.]
The Option(T) generic type exposes the following members.
| Name | Description | |
|---|---|---|
![]() |
HasValue | Gets a value indicating whether the current object has a value. |
![]() |
IsNone | Gets a value indicating whether the current object does not have a value. |
![]() |
IsSome | Gets a value indicating whether the current object has a value. |
![]() |
Value | Gets the value of the current object. |
