CodeGenerator::GeneratePropertySetValueReferenceExpression Method (CodePropertySetValueReferenceExpression^)

 

Generates code for the specified property set value reference expression.

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

protected:
virtual void GeneratePropertySetValueReferenceExpression(
	CodePropertySetValueReferenceExpression^ e
) abstract

Parameters

e
Type: System.CodeDom::CodePropertySetValueReferenceExpression^

The expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: