Edit

Share via


CodeGenerator.GenerateArgumentReferenceExpression Method

Definition

Generates code for the specified argument reference expression.

C#
protected abstract void GenerateArgumentReferenceExpression(System.CodeDom.CodeArgumentReferenceExpression e);

Parameters

e
CodeArgumentReferenceExpression

A CodeArgumentReferenceExpression that indicates the expression to generate code for.

Applies to

See also