Represents the constant that is the empty UInt64 value. The UInt64 type is not CLS compliant. The CLS-compliant alternative is Int64.
[C#] public const ulong Empty; [C++] public: const unsigned __int64 Empty; [JScript] public var Empty : UInt64;
[Visual Basic] The UInt64 type cannot be used in Visual Basic.
Empty is equal to MinValue, which is zero.
UInt64 Structure | UInt64 Members | System Namespace | Empty