NullableTypes Class Library

NullableInt16 Structure

Represents an Int16 that is either a 16-bit signed integer or Null.

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

System.Object
   ValueType
      NullableInt16

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

Requirements

Namespace: NullableTypes

Assembly: NullableTypes (in NullableTypes.dll)

See Also

NullableInt16 Members | NullableTypes Namespace