CodeAttributeArgumentCollection Konstruktorer

Definition

Initierar en ny instans av CodeAttributeArgumentCollection klassen.

Överlagringar

Name Description
CodeAttributeArgumentCollection()

Initierar en ny instans av CodeAttributeArgumentCollection klassen.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Initierar en ny instans av CodeAttributeArgumentCollection klassen som innehåller den angivna matrisen med CodeAttributeArgument objekt.

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Initierar en ny instans av CodeAttributeArgumentCollection klassen som innehåller elementen i den angivna källsamlingen.

CodeAttributeArgumentCollection()

Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs

Initierar en ny instans av CodeAttributeArgumentCollection klassen.

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

Gäller för

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs

Initierar en ny instans av CodeAttributeArgumentCollection klassen som innehåller den angivna matrisen med 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())

Parametrar

value
CodeAttributeArgument[]

En matris CodeAttributeArgument med objekt som samlingen ska initieras med.

Undantag

Ett eller flera objekt i matrisen är null.

Gäller för

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs
Källa:
CodeAttributeArgumentCollection.cs

Initierar en ny instans av CodeAttributeArgumentCollection klassen som innehåller elementen i den angivna källsamlingen.

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)

Parametrar

value
CodeAttributeArgumentCollection

A CodeAttributeArgumentCollection som samlingen ska initieras med.

Undantag

value är null.

Gäller för