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