CodeCommentStatementCollection Construtores

Definição

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()

Origem:
CodeCommentStatementCollection.cs
Origem:
CodeCommentStatementCollection.cs
Origem:
CodeCommentStatementCollection.cs

Inicializa uma nova instância da classe CodeCommentStatementCollection.

public:
 CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()

Aplica-se a

CodeCommentStatementCollection(CodeCommentStatement[])

Origem:
CodeCommentStatementCollection.cs
Origem:
CodeCommentStatementCollection.cs
Origem:
CodeCommentStatementCollection.cs

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)

Origem:
CodeCommentStatementCollection.cs
Origem:
CodeCommentStatementCollection.cs
Origem:
CodeCommentStatementCollection.cs

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

value
CodeCommentStatementCollection

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

Exceções

value é null.

Aplica-se a