GetVariableKind(string)
Last updated
Was this helpful?
Method in MemoryVariableStore
Gets the kind of variable named name .
public VariableKind GetVariableKind(string name)string name
The name of the variable.
A VariableKind enum representing the kind of the variable named name .
Last updated
Was this helpful?
Was this helpful?
