CodeAttributeArgumentCollection Konstruktory

Definice

Inicializuje novou instanci CodeAttributeArgumentCollection třídy .

Přetížení

CodeAttributeArgumentCollection()

Inicializuje novou instanci CodeAttributeArgumentCollection třídy .

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující zadané pole CodeAttributeArgument objektů.

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující prvky zadané kolekce zdrojů.

CodeAttributeArgumentCollection()

Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs

Inicializuje novou instanci CodeAttributeArgumentCollection třídy .

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

Platí pro

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs

Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující zadané pole CodeAttributeArgument objektů.

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

Parametry

value
CodeAttributeArgument[]

Pole CodeAttributeArgument objektů, pomocí kterých chcete inicializovat kolekci.

Výjimky

Jeden nebo více objektů v poli je null.

Platí pro

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs

Inicializuje novou instanci CodeAttributeArgumentCollection třídy obsahující prvky zadané kolekce zdrojů.

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)

Parametry

value
CodeAttributeArgumentCollection

Pomocí CodeAttributeArgumentCollection kterého chcete inicializovat kolekci.

Výjimky

value je null.

Platí pro