See Also: CodeVariableReferenceExpression Members
System.CodeDom.CodeVariableReferenceExpression can be used to represent a reference to a local variable.
The CodeVariableReferenceExpression.VariableName property specifies the name of the local variable to reference.
Use System.CodeDom.CodeFieldReferenceExpression to reference a field. Use System.CodeDom.CodePropertyReferenceExpression to reference a property. Use System.CodeDom.CodeEventReferenceExpression to reference an event.