Freigeben über


CodeCommentStatementCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse.

Überlädt

CodeCommentStatementCollection()

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse.

CodeCommentStatementCollection(CodeCommentStatement[])

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse, die das angegebene Array von CodeCommentStatement-Objekten enthält.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse, die die Elemente der angegebenen Quellauflistung enthält.

CodeCommentStatementCollection()

Quelle:
CodeCommentStatementCollection.cs
Quelle:
CodeCommentStatementCollection.cs
Quelle:
CodeCommentStatementCollection.cs

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse.

public:
 CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()

Gilt für:

CodeCommentStatementCollection(CodeCommentStatement[])

Quelle:
CodeCommentStatementCollection.cs
Quelle:
CodeCommentStatementCollection.cs
Quelle:
CodeCommentStatementCollection.cs

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse, die das angegebene Array von CodeCommentStatement-Objekten enthält.

public:
 CodeCommentStatementCollection(cli::array <System::CodeDom::CodeCommentStatement ^> ^ value);
public CodeCommentStatementCollection (System.CodeDom.CodeCommentStatement[] value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatement[] -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatement())

Parameter

value
CodeCommentStatement[]

Ein Array von CodeCommentStatement-Objekten, mit denen die Auflistung initialisiert werden soll.

Ausnahmen

Eines oder mehrere Objekte im Array sind null.

Gilt für:

CodeCommentStatementCollection(CodeCommentStatementCollection)

Quelle:
CodeCommentStatementCollection.cs
Quelle:
CodeCommentStatementCollection.cs
Quelle:
CodeCommentStatementCollection.cs

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse, die die Elemente der angegebenen Quellauflistung enthält.

public:
 CodeCommentStatementCollection(System::CodeDom::CodeCommentStatementCollection ^ value);
public CodeCommentStatementCollection (System.CodeDom.CodeCommentStatementCollection value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatementCollection -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatementCollection)

Parameter

value
CodeCommentStatementCollection

Eine CodeCommentStatementCollection, mit der die Auflistung initialisiert werden soll.

Ausnahmen

value ist null

Gilt für: