NullableTypes Class Library | |
NullableInt16.IsNull Property
Indicates whether or not the value of the NullableInt32
structure is Null.
[Visual Basic]NotOverridable Public ReadOnly Property IsNull As
Boolean Implements _
INullable.IsNull
[C#]public
bool IsNull {get;}
Property Value
true if the NullableInt16 structure is Null, otherwise
false.
Implements
INullable.IsNull
See Also
NullableInt16 Class | NullableTypes Namespace