-
Couldn't load subscription status.
- Fork 35
Overload_CodeJam_ValueOption_SomeHasValue
andrewvk edited this page Jun 23, 2016
·
3 revisions
[This is preliminary documentation and is subject to change.]
| Name | Description | |
|---|---|---|
![]()
|
SomeHasValue(T)(Nullable(T)) | Creates instance of ValueOption with specified value, if value has value. |
![]()
|
SomeHasValue(T)(T) | Creates instance of ValueOption with specified value, if value not null. |
