An INullableType that wraps an Int16 value.

Namespace: Nullables
Assembly:   Nullables (in Nullables)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure NullableInt16 _
	Implements INullableType, IFormattable, IComparable
C#
[SerializableAttribute]
public struct NullableInt16 : INullableType, IFormattable, IComparable
Visual C++
[SerializableAttribute]
public value class NullableInt16 : INullableType, IFormattable, IComparable