An INullableType that wraps a Byte value.

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

Syntax

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