CodeGenerator.GeneratePropertySetValueReferenceExpression Method

Definition

Generates code for the specified property set value reference expression.

protected:
 abstract void GeneratePropertySetValueReferenceExpression(System::CodeDom::CodePropertySetValueReferenceExpression ^ e);
protected abstract void GeneratePropertySetValueReferenceExpression (System.CodeDom.CodePropertySetValueReferenceExpression e);
abstract member GeneratePropertySetValueReferenceExpression : System.CodeDom.CodePropertySetValueReferenceExpression -> unit
Protected MustOverride Sub GeneratePropertySetValueReferenceExpression (e As CodePropertySetValueReferenceExpression)

Parameters

e
CodePropertySetValueReferenceExpression

The expression to generate code for.

Applies to

See also