NullableTypes Class Library

NullableInt32 Structure

Represents an Int32 that is either a 32-bit signed integer or Null.

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

System.Object
   ValueType
      NullableInt32

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

Requirements

Namespace: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableInt32 Members | NullableTypes Namespace