CodeAttributeArgumentCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeAttributeArgumentCollection.

Przeciążenia

CodeAttributeArgumentCollection()

Inicjuje nowe wystąpienie klasy CodeAttributeArgumentCollection.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Inicjuje CodeAttributeArgumentCollection nowe wystąpienie klasy zawierającej określoną tablicę CodeAttributeArgument obiektów.

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Inicjuje CodeAttributeArgumentCollection nowe wystąpienie klasy zawierające elementy określonej kolekcji źródłowej.

CodeAttributeArgumentCollection()

Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs

Inicjuje nowe wystąpienie klasy CodeAttributeArgumentCollection.

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

Dotyczy

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs

Inicjuje CodeAttributeArgumentCollection nowe wystąpienie klasy zawierającej określoną tablicę CodeAttributeArgument obiektów.

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

Tablica CodeAttributeArgument obiektów, za pomocą których należy zainicjować kolekcję.

Wyjątki

Co najmniej jeden obiekt w tablicy to null.

Dotyczy

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs

Inicjuje CodeAttributeArgumentCollection nowe wystąpienie klasy zawierające elementy określonej kolekcji źródłowej.

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

Element CodeAttributeArgumentCollection , za pomocą którego należy zainicjować kolekcję.

Wyjątki

value to null.

Dotyczy