CodeGenerator::OutputExpressionList Method (CodeExpressionCollection^)

 

Generates code for the specified expression list.

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

protected:
virtual void OutputExpressionList(
	CodeExpressionCollection^ expressions
)

Parameters

expressions
Type: System.CodeDom::CodeExpressionCollection^

The expressions to generate code for.

.NET Framework
Available since 1.1
Return to top
Show: