-
Notifications
You must be signed in to change notification settings - Fork 35
Properties_T_CodeJam_Option_1_Some
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The Option(T).Some type exposes the following members.
Name | Description | |
---|---|---|
HasValue | Gets a value indicating whether the current object has a value. (Inherited from Option(T).) | |
IsNone | Gets a value indicating whether the current object does not have a value. (Inherited from Option(T).) | |
IsSome | Gets a value indicating whether the current object has a value. (Inherited from Option(T).) | |
Value | Gets the value of the current object. |