Identifier Expressions
An identifier is the simplest form of expression, and simply refers to a code element, typically a type reference, by name.
An identifier could refer to a local variable or parameter, a member of the current type, such as a Field, Property or the like, a named Type itself, or anything that can be referenced by name.
See Also
- Member Access Expressions
var
Variable declarations