GetVariableKind(string)
Last updated
Was this helpful?
Method in IVariableAccess
Gets the kind of variable named name .
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?
