CodeCommentStatementCollection Construtores

Definição

Inicializa uma nova instância da classe CodeCommentStatementCollection.

Sobrecargas

Nome Description
CodeCommentStatementCollection()

Inicializa uma nova instância da classe CodeCommentStatementCollection.

CodeCommentStatementCollection(CodeCommentStatement[])

Inicializa uma nova instância da CodeCommentStatementCollection classe que contém a matriz de CodeCommentStatement objetos especificada.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Inicializa uma nova instância da CodeCommentStatementCollection classe 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 CodeCommentStatementCollection classe que contém a matriz de CodeCommentStatement objetos 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 CodeCommentStatement objetos com a qual 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 CodeCommentStatementCollection classe 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

value
CodeCommentStatementCollection

Um CodeCommentStatementCollection com o qual inicializar a coleção.

Exceções

value é null.

Aplica-se a