Nullable<'T> Operators
Namespace:
System
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Explicit(Nullable<'T> to 'T) | Defines an explicit conversion of a Nullable<'T> instance to its underlying value. |
![]() ![]() | Implicit('T to Nullable<'T>) | Creates a new Nullable<'T> object initialized to a specified value. |
Show:

