Nullable<'T> Operators

 

Namespace:   System
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticExplicit(Nullable<'T> to 'T)

Defines an explicit conversion of a Nullable<'T> instance to its underlying value.

System_CAPS_puboperatorSystem_CAPS_staticImplicit('T to Nullable<'T>)

Creates a new Nullable<'T> object initialized to a specified value.

Return to top
Show: