InMemoryVariableStorage
Summary
public class InMemoryVariableStorage : VariableStorageBehaviour, IEnumerable<KeyValuePair<string, object>>Remarks
// 'storage' is an InMemoryVariableStorage
foreach (var variable in storage) {
string name = variable.Key;
System.Object value = variable.Value;
}Fields
Name
Description
Methods
Name
Description
Last updated
Was this helpful?
