CodeCommentStatementCollection Construtores

Definição

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

value
CodeCommentStatementCollection

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

Exceções

value é null.

Aplica-se a