CodeCommentStatementCollection Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe CodeCommentStatementCollection.
Sobrecargas
CodeCommentStatementCollection() |
Inicializa uma nova instância da classe CodeCommentStatementCollection. |
CodeCommentStatementCollection(CodeCommentStatement[]) |
Inicializa uma nova instância da classe CodeCommentStatementCollection contendo a matriz de objetos CodeCommentStatement especificada. |
CodeCommentStatementCollection(CodeCommentStatementCollection) |
Inicializa uma nova instância da classe CodeCommentStatementCollection, que contém os elementos da coleção de origem especificada. |
CodeCommentStatementCollection()
Inicializa uma nova instância da classe CodeCommentStatementCollection.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()
Aplica-se a
CodeCommentStatementCollection(CodeCommentStatement[])
Inicializa uma nova instância da classe CodeCommentStatementCollection contendo a matriz de objetos CodeCommentStatement especificada.
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[]
Uma matriz de objetos CodeCommentStatement com os quais inicializar a coleção.
Exceções
Um ou mais objetos na matriz são null
.
Aplica-se a
CodeCommentStatementCollection(CodeCommentStatementCollection)
Inicializa uma nova instância da classe CodeCommentStatementCollection, que contém os elementos da coleção de origem 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
Um CodeCommentStatementCollection com o qual inicializar a coleção.
Exceções
value
é null
.