ECMA-334 C# Language Specification12.4: Variable references |
A variable-reference
is an expression that is classified as a variable. A variable-reference
denotes a storage location that can be accessed both to fetch the current value and to store a new value.
expression
variable-reference
is known as an lvalue. end note]