CodeGenerator::OutputExpressionList Method (CodeExpressionCollection^, Boolean)

 

Generates code for the specified expression list.

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

protected:
virtual void OutputExpressionList(
	CodeExpressionCollection^ expressions,
	bool newlineBetweenItems
)

Parameters

expressions
Type: System.CodeDom::CodeExpressionCollection^

The expressions to generate code for.

newlineBetweenItems
Type: System::Boolean

true to insert a new line after each item; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: