Program.GetVariableKind(string)
Method in Program
Summary
Gets a value indicating the kind of variable name
represents.
public VariableKind GetVariableKind(string name)Parameters
| Name | Description |
|---|---|
string name | The name of a variable. |
Returns
The kind of variable that name
represents.