NullableTypes Class Library

NullableInt64 Structure

Represents an Int64 that is either a 64-bit signed integer or Null.

For a list of all members of this type, see NullableInt64 Members.

System.Object
   ValueType
      NullableInt64

[Visual Basic]
<Serializable>
Public Structure NullableInt64
Implements INullable, IComparable, IXmlSerializable
[C#]
[Serializable]
public struct NullableInt64 : INullable, IComparable, IXmlSerializable

Requirements

Namespace: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableInt64 Members | NullableTypes Namespace