NullableTypes Class Library

NullableBoolean.Zero Field

Represents a 0 value that can be assigned to the Value property of an instance of the NullableBoolean structure.

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

Remarks

The Zero field is a constant for the NullableBoolean structure.

See Also

NullableBoolean Class | NullableTypes Namespace