CodeAttributeArgumentCollection Konstruktory

Definice

Inicializuje novou instanci CodeAttributeArgumentCollection třídy.

Přetížení

Name Description
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é zdrojové kolekce.

CodeAttributeArgumentCollection()

Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs
Zdroj:
CodeAttributeArgumentCollection.cs
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
Zdroj:
CodeAttributeArgumentCollection.cs
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ů, se kterými chcete inicializovat kolekci.

Výjimky

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

Platí pro

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

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

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

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

A CodeAttributeArgumentCollection , s níž chcete inicializovat kolekci.

Výjimky

value je null.

Platí pro