Class BoolVariable
[Serializable]
public class BoolVariable : Variable
- Inheritance
-
BoolVariable
- Inherited Members
-
- Extension Methods
-
Constructors
BoolVariable()
BoolVariable(bool)
public BoolVariable(bool value)
Parameters
value
bool
Properties
Value
public bool Value { get; set; }
Property Value
- bool
ValueType
public override Type ValueType { get; }
Property Value
- Type
Methods
GetValue()
public override object GetValue()
Returns
- object
SetValue(object)
public override void SetValue(object value)
Parameters
value
object
Operators
implicit operator bool(BoolVariable)
public static implicit operator bool(BoolVariable suffix)
Parameters
suffix
BoolVariable
Returns
- bool
implicit operator BoolVariable(bool)
public static implicit operator BoolVariable(bool suffix)
Parameters
suffix
bool
Returns
- BoolVariable