Constant that represents an empty UInt16. The UInt16 type is not CLS compliant. The CLS-compliant alternative is Int16.
[C#] public const ushort Empty; [C++] public: const unsigned short Empty; [JScript] public var Empty : UInt16;
[Visual Basic] The UInt16 type cannot be used in Visual Basic.
The hexadecimal value for Empty is MinValue, which is 0.
UInt16 Structure | UInt16 Members | System Namespace | Empty