Struct Types.BOOL
public struct Types.BOOL
- Inherited Members
Constructors
BOOL(bool)
public BOOL(bool v)
Parameters
vbool
Fields
value
public int value
Field Value
Properties
Value
public bool Value { get; }
Property Value
Operators
implicit operator BOOL(bool)
public static implicit operator Types.BOOL(bool v)
Parameters
vbool
Returns
implicit operator bool(BOOL)
public static implicit operator bool(Types.BOOL v)