NullableTypes Class Library

NullableInt16.Null Field

Null initializer for this object.

A Null is the absence of a value because missing, unknown, or inapplicable value. A Null should not be used to imply any other value (such as zero). Also any value (such as zero) should not be used to imply the absence of a value, that's why Null exists.

[Visual Basic]
Public Shared ReadOnly Null As NullableInt16
[C#]
public static readonly NullableInt16 Null;

See Also

NullableInt16 Class | NullableTypes Namespace