Język

CodeAttributeArgumentCollection Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy CodeAttributeArgumentCollection.

Przeciążenia

Nazwa Opis
CodeAttributeArgumentCollection()

Inicjuje nowe wystąpienie klasy CodeAttributeArgumentCollection.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

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

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Inicjuje nowe wystąpienie CodeAttributeArgumentCollection 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
Źródło:
CodeAttributeArgumentCollection.cs
Ź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
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs

Inicjuje nowe wystąpienie CodeAttributeArgumentCollection 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
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs
Źródło:
CodeAttributeArgumentCollection.cs

Inicjuje nowe wystąpienie CodeAttributeArgumentCollection 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

Parametr value ma wartość null.

Dotyczy