NullableTypes Class Library

NullableByte Constructor 

Initializes a new instance of the NullableByte structure using the specified byte value.

[Visual Basic]
Public Sub New( _
   ByVal value As Byte _
)
[C#]
public NullableByte(
   byte value
);

Parameters

value
A byte value to be stored in the Value property of the new NullableByte structure.

See Also

NullableByte Class | NullableTypes Namespace