CodeGenerator::OutputExpressionList Method (CodeExpressionCollection^, Boolean)
.NET Framework (current version)
Generates code for the specified expression list.
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
Available since 1.1
Show: