An INullableType that wraps an Int32 value.

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

Syntax

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