示例#1
0
 public SetVariableResult SetVariable(string name, VariableValue value) => IndexedVariableStore.SetVariable(this, name, value);
示例#2
0
 public IEnumerable <string> GetVariableNames() => IndexedVariableStore.GetVariableNames(this);
示例#3
0
 public VariableValue GetVariable(string name) => IndexedVariableStore.GetVariable(this, name);