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