Sdílet prostřednictvím


CodeCommentStatementCollection Konstruktory

Definice

Inicializuje novou instanci CodeCommentStatementCollection třídy.

Přetížení

CodeCommentStatementCollection()

Inicializuje novou instanci CodeCommentStatementCollection třídy.

CodeCommentStatementCollection(CodeCommentStatement[])

Inicializuje novou instanci CodeCommentStatementCollection třídy obsahující zadané pole CodeCommentStatement objektů.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Inicializuje novou instanci CodeCommentStatementCollection třídy obsahující prvky zadané zdrojové kolekce.

CodeCommentStatementCollection()

Zdroj:
CodeCommentStatementCollection.cs
Zdroj:
CodeCommentStatementCollection.cs
Zdroj:
CodeCommentStatementCollection.cs

Inicializuje novou instanci CodeCommentStatementCollection třídy.

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

Platí pro

CodeCommentStatementCollection(CodeCommentStatement[])

Zdroj:
CodeCommentStatementCollection.cs
Zdroj:
CodeCommentStatementCollection.cs
Zdroj:
CodeCommentStatementCollection.cs

Inicializuje novou instanci CodeCommentStatementCollection třídy obsahující zadané pole CodeCommentStatement objektů.

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

Parametry

value
CodeCommentStatement[]

Pole CodeCommentStatement objektů, pomocí kterých chcete inicializovat kolekci.

Výjimky

Jeden nebo více objektů v poli jsou null.

Platí pro

CodeCommentStatementCollection(CodeCommentStatementCollection)

Zdroj:
CodeCommentStatementCollection.cs
Zdroj:
CodeCommentStatementCollection.cs
Zdroj:
CodeCommentStatementCollection.cs

Inicializuje novou instanci CodeCommentStatementCollection třídy obsahující prvky zadané zdrojové kolekce.

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)

Parametry

value
CodeCommentStatementCollection

A CodeCommentStatementCollection , pomocí kterého chcete inicializovat kolekci.

Výjimky

value je null.

Platí pro