CodeCommentStatementCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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()
Inicializuje novou instanci CodeCommentStatementCollection třídy.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()
Platí pro
CodeCommentStatementCollection(CodeCommentStatement[])
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)
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
A CodeCommentStatementCollection , pomocí kterého chcete inicializovat kolekci.
Výjimky
value
je null
.