CodeGenerator::GenerateParameterDeclarationExpression Method (CodeParameterDeclarationExpression^)

 

Generates code for the specified parameter declaration expression.

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

protected:
virtual void GenerateParameterDeclarationExpression(
	CodeParameterDeclarationExpression^ e
)

Parameters

e
Type: System.CodeDom::CodeParameterDeclarationExpression^

The expression to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: