Udostępnij za pośrednictwem


CodeGenerator.OutputExpressionList Metoda

Definicja

Generuje kod dla określonej listy wyrażeń.

Przeciążenia

OutputExpressionList(CodeExpressionCollection)

Generuje kod dla określonej listy wyrażeń.

OutputExpressionList(CodeExpressionCollection, Boolean)

Generuje kod dla określonej listy wyrażeń.

OutputExpressionList(CodeExpressionCollection)

Źródło:
CodeGenerator.cs
Źródło:
CodeGenerator.cs
Źródło:
CodeGenerator.cs

Generuje kod dla określonej listy wyrażeń.

protected:
 virtual void OutputExpressionList(System::CodeDom::CodeExpressionCollection ^ expressions);
protected virtual void OutputExpressionList (System.CodeDom.CodeExpressionCollection expressions);
abstract member OutputExpressionList : System.CodeDom.CodeExpressionCollection -> unit
override this.OutputExpressionList : System.CodeDom.CodeExpressionCollection -> unit
Protected Overridable Sub OutputExpressionList (expressions As CodeExpressionCollection)

Parametry

expressions
CodeExpressionCollection

Wyrażenia do generowania kodu.

Zobacz też

Dotyczy

OutputExpressionList(CodeExpressionCollection, Boolean)

Źródło:
CodeGenerator.cs
Źródło:
CodeGenerator.cs
Źródło:
CodeGenerator.cs

Generuje kod dla określonej listy wyrażeń.

protected:
 virtual void OutputExpressionList(System::CodeDom::CodeExpressionCollection ^ expressions, bool newlineBetweenItems);
protected virtual void OutputExpressionList (System.CodeDom.CodeExpressionCollection expressions, bool newlineBetweenItems);
abstract member OutputExpressionList : System.CodeDom.CodeExpressionCollection * bool -> unit
override this.OutputExpressionList : System.CodeDom.CodeExpressionCollection * bool -> unit
Protected Overridable Sub OutputExpressionList (expressions As CodeExpressionCollection, newlineBetweenItems As Boolean)

Parametry

expressions
CodeExpressionCollection

Wyrażenia do generowania kodu.

newlineBetweenItems
Boolean

true aby wstawić nowy wiersz po każdym elemencie; w przeciwnym razie , false.

Zobacz też

Dotyczy