CodeGenerator::GenerateVariableReferenceExpression Method (CodeVariableReferenceExpression^)

 

Generates code for the specified variable reference expression.

Namespace:   System.CodeDom.Compiler
Assembly:  System (in System.dll)

protected:
virtual void GenerateVariableReferenceExpression(
	CodeVariableReferenceExpression^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeVariableReferenceExpression^

The expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: