CodeGenerator::GenerateDelegateInvokeExpression Method (CodeDelegateInvokeExpression^)

 

Generates code for the specified delegate invoke expression.

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

protected:
virtual void GenerateDelegateInvokeExpression(
	CodeDelegateInvokeExpression^ e
) abstract

Parameters

e
Type: System.CodeDom::CodeDelegateInvokeExpression^

The expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: