SetValue(string,bool)
Last updated
Was this helpful?
Method in MemoryVariableStore
Stores a bool in this VariableStorage.
public void SetValue(string variableName, bool boolValue)string variableName
The name to associate with this variable.
bool boolValue
The boolean value to store.
Last updated
Was this helpful?
Was this helpful?
