-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_NullableHelper
Andrew Koryavchenko edited this page Jul 4, 2017
·
3 revisions
The NullableHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() ![]() |
AsNullable(T) | Returns nullable of specified value. |
![]() ![]() ![]() ![]() |
GetValueOrDefault(T) | Retrieves the value of the current Nullable(T) object, or value returned by factory. |