CodeAttributeArgumentCollection Construtores

Definição

Inicializa uma nova instância da CodeAttributeArgumentCollection classe.

Sobrecargas

Name Description
CodeAttributeArgumentCollection()

Inicializa uma nova instância da CodeAttributeArgumentCollection classe.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Inicializa uma nova instância da CodeAttributeArgumentCollection classe que contém o array especificado de CodeAttributeArgument objetos.

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

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

CodeAttributeArgumentCollection()

Inicializa uma nova instância da CodeAttributeArgumentCollection classe.

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

Aplica-se a

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Inicializa uma nova instância da CodeAttributeArgumentCollection classe que contém o array especificado de CodeAttributeArgument objetos.

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[]

Um array de CodeAttributeArgument objetos para inicializar a coleção.

Exceções

Um ou mais objetos no array 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 fontes 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

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

Exceções

value é null.

Aplica-se a