[]
Defines a boolean type with an additional state which indicates that the value is not stored here.
public enum ThreeStateBoolean
Name | Description |
---|---|
Default | The value is not explicitly specified. |
False | Corresponds to Boolean false. |
True | Corresponds to Boolean true. |