CodeCommentStatementCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse.

Überlädt

Name Beschreibung
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()

Initialisiert eine neue Instanz der CodeCommentStatementCollection-Klasse.

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

Gilt für:

CodeCommentStatementCollection(CodeCommentStatement[])

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

Mindestens ein Objekt im Array ist null.

Gilt für:

CodeCommentStatementCollection(CodeCommentStatementCollection)

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

Ein CodeCommentStatementCollection , mit dem die Sammlung initialisiert werden soll.

Ausnahmen

value ist null.

Gilt für: