Share via


CodeAttributeArgumentCollection Construtores

Definição

Inicializa uma nova instância da classe CodeAttributeArgumentCollection.

Sobrecargas

CodeAttributeArgumentCollection()

Inicializa uma nova instância da classe CodeAttributeArgumentCollection.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Inicializa uma nova instância da classe CodeAttributeArgumentCollection contendo a matriz de objetos CodeAttributeArgument especificada.

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Inicializa uma nova instância da classe CodeAttributeArgumentCollection, que contém os elementos da coleção de origem especificada.

CodeAttributeArgumentCollection()

Origem:
CodeAttributeArgumentCollection.cs
Origem:
CodeAttributeArgumentCollection.cs
Origem:
CodeAttributeArgumentCollection.cs

Inicializa uma nova instância da classe CodeAttributeArgumentCollection.

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

Aplica-se a

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Origem:
CodeAttributeArgumentCollection.cs
Origem:
CodeAttributeArgumentCollection.cs
Origem:
CodeAttributeArgumentCollection.cs

Inicializa uma nova instância da classe CodeAttributeArgumentCollection contendo a matriz de objetos CodeAttributeArgument especificada.

public:
 CodeAttributeArgumentCollection(cli::array <System::CodeDom::CodeAttributeArgument ^> ^ value);
public CodeAttributeArgumentCollection (System.CodeDom.CodeAttributeArgument[] value);
new System.CodeDom.CodeAttributeArgumentCollection : System.CodeDom.CodeAttributeArgument[] -> System.CodeDom.CodeAttributeArgumentCollection
Public Sub New (value As CodeAttributeArgument())

Parâmetros

value
CodeAttributeArgument[]

Uma matriz de objetos CodeAttributeArgument com os quais inicializar a coleção.

Exceções

Um ou mais objetos na matriz são null.

Aplica-se a

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Origem:
CodeAttributeArgumentCollection.cs
Origem:
CodeAttributeArgumentCollection.cs
Origem:
CodeAttributeArgumentCollection.cs

Inicializa uma nova instância da classe CodeAttributeArgumentCollection, que contém os elementos da coleção de origem especificada.

public:
 CodeAttributeArgumentCollection(System::CodeDom::CodeAttributeArgumentCollection ^ value);
public CodeAttributeArgumentCollection (System.CodeDom.CodeAttributeArgumentCollection value);
new System.CodeDom.CodeAttributeArgumentCollection : System.CodeDom.CodeAttributeArgumentCollection -> System.CodeDom.CodeAttributeArgumentCollection
Public Sub New (value As CodeAttributeArgumentCollection)

Parâmetros

value
CodeAttributeArgumentCollection

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

Exceções

value é null.

Aplica-se a