An alias for a boolean-only ValueHolder.
ValueHolder
New code should prefer using ValueHolder instead - this is kept for compatibility
Sealed
Create a new ValueHolder with the provided initial value.
The initial value to store in the holder
Dummy parameter used to prevent constructing the class with an invalid type for value
value
The stored value.
An alias for a boolean-only
ValueHolder.Deprecated
New code should prefer using
ValueHolderinstead - this is kept for compatibility