CodeCommentStatementCollection Konstruktorok
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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()
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[])
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)
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
A CodeCommentStatementCollection , amellyel inicializálni szeretné a gyűjteményt.
Kivételek
value az null.