Program.GetVariableKind(string)

Method in Program

Summary

Gets a value indicating the kind of variable name represents.

public VariableKind GetVariableKind(string name)

Parameters

NameDescription
string nameThe name of a variable.

Returns

The kind of variable that name represents.