Loading...
Method in IVariableAccess
Gets the kind of variable named name .
name
VariableKind GetVariableKind(string name);
string name
string
The name of the variable.
A VariableKind enum representing the kind of the variable named name .