SetValue(string,bool)
Stores a
bool
in this VariableStorage.public void SetValue(string variableName, bool boolValue)
Name | Description |
---|---|
string variableName | The name to associate with this variable. |
bool boolValue | The boolean value to store. |
Last modified 21d ago