NullableTypes Class Library

NullableByte.Zero Field

Represents a zero value that can be assigned to an instance of the NullableByte structure.

[Visual Basic]
Public Shared ReadOnly Zero As NullableByte
[C#]
public static readonly NullableByte Zero;

Remarks

Zero field is a constant of the NullableByte structure.

See Also

NullableByte Class | NullableTypes Namespace