CodeCommentStatementCollection Konstruktorok

Definíció

Inicializálja a CodeCommentStatementCollection osztály új példányát.

Túlterhelések

Name Description
CodeCommentStatementCollection()

Inicializálja a CodeCommentStatementCollection osztály új példányát.

CodeCommentStatementCollection(CodeCommentStatement[])

Inicializálja a CodeCommentStatementCollection megadott objektumtömböt CodeCommentStatement tartalmazó osztály új példányát.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Inicializálja a CodeCommentStatementCollection megadott forrásgyűjtemény elemeit tartalmazó osztály új példányát.

CodeCommentStatementCollection()

Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs

Inicializálja a CodeCommentStatementCollection osztály új példányát.

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

A következőre érvényes:

CodeCommentStatementCollection(CodeCommentStatement[])

Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs

Inicializálja a CodeCommentStatementCollection megadott objektumtömböt CodeCommentStatement tartalmazó osztály új példányát.

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

Paraméterek

value
CodeCommentStatement[]

Objektumtömb CodeCommentStatement , amellyel inicializálni szeretné a gyűjteményt.

Kivételek

A tömb egy vagy több objektuma a következő null.

A következőre érvényes:

CodeCommentStatementCollection(CodeCommentStatementCollection)

Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs
Forrás:
CodeCommentStatementCollection.cs

Inicializálja a CodeCommentStatementCollection megadott forrásgyűjtemény elemeit tartalmazó osztály új példányát.

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)

Paraméterek

value
CodeCommentStatementCollection

A CodeCommentStatementCollection , amellyel inicializálni szeretné a gyűjteményt.

Kivételek

value az null.

A következőre érvényes: