NullableTypes Class Library

NullableBoolean.One Field

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

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

Remarks

The One field is a constant for the NullableBoolean structure.

See Also

NullableBoolean Class | NullableTypes Namespace