CodeCommentStatementCollection Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da CodeCommentStatementCollection classe.
Sobrecargas
| Name | Description |
|---|---|
| CodeCommentStatementCollection() |
Inicializa uma nova instância da CodeCommentStatementCollection classe. |
| CodeCommentStatementCollection(CodeCommentStatement[]) |
Inicializa uma nova instância da CodeCommentStatementCollection classe que contém o array especificado de CodeCommentStatement objetos. |
| CodeCommentStatementCollection(CodeCommentStatementCollection) |
Inicializa uma nova instância da CodeCommentStatementCollection classe que contém os elementos da coleção de fontes especificada. |
CodeCommentStatementCollection()
Inicializa uma nova instância da CodeCommentStatementCollection classe.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection();
Public Sub New ()
Aplica-se a
CodeCommentStatementCollection(CodeCommentStatement[])
Inicializa uma nova instância da CodeCommentStatementCollection classe que contém o array especificado de CodeCommentStatement objetos.
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())
Parâmetros
- value
- CodeCommentStatement[]
Um array de CodeCommentStatement objetos para inicializar a coleção.
Exceções
Um ou mais objetos no array são null.
Aplica-se a
CodeCommentStatementCollection(CodeCommentStatementCollection)
Inicializa uma nova instância da CodeCommentStatementCollection classe que contém os elementos da coleção de fontes especificada.
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)
Parâmetros
A CodeCommentStatementCollection com o qual inicializar a coleção.
Exceções
value é null.