CodeAttributeArgumentCollection Construtores

Definição

Inicializa uma nova instância da classe CodeAttributeArgumentCollection.

Sobrecargas

Nome Description
CodeAttributeArgumentCollection()

Inicializa uma nova instância da classe CodeAttributeArgumentCollection.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

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

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

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

CodeAttributeArgumentCollection()

Inicializa uma nova instância da classe CodeAttributeArgumentCollection.

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

Aplica-se a

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Inicializa uma nova instância da CodeAttributeArgumentCollection classe que contém a matriz de CodeAttributeArgument objetos 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 CodeAttributeArgument objetos com a qual inicializar a coleção.

Exceções

Um ou mais objetos na matriz são null.

Aplica-se a

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Inicializa uma nova instância da CodeAttributeArgumentCollection classe 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