Bagikan melalui


CodeAttributeArgumentCollection Konstruktor

Definisi

Menginisialisasi instans baru kelas CodeAttributeArgumentCollection.

Overload

CodeAttributeArgumentCollection()

Menginisialisasi instans baru kelas CodeAttributeArgumentCollection.

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Menginisialisasi instans baru kelas yang CodeAttributeArgumentCollection berisi array CodeAttributeArgument objek yang ditentukan.

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Menginisialisasi instans baru kelas yang CodeAttributeArgumentCollection berisi elemen koleksi sumber yang ditentukan.

CodeAttributeArgumentCollection()

Sumber:
CodeAttributeArgumentCollection.cs
Sumber:
CodeAttributeArgumentCollection.cs
Sumber:
CodeAttributeArgumentCollection.cs

Menginisialisasi instans baru kelas CodeAttributeArgumentCollection.

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

Berlaku untuk

CodeAttributeArgumentCollection(CodeAttributeArgument[])

Sumber:
CodeAttributeArgumentCollection.cs
Sumber:
CodeAttributeArgumentCollection.cs
Sumber:
CodeAttributeArgumentCollection.cs

Menginisialisasi instans baru kelas yang CodeAttributeArgumentCollection berisi array CodeAttributeArgument objek yang ditentukan.

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

Parameter

value
CodeAttributeArgument[]

Array CodeAttributeArgument objek untuk menginisialisasi koleksi.

Pengecualian

Satu atau beberapa objek dalam array adalah null.

Berlaku untuk

CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)

Sumber:
CodeAttributeArgumentCollection.cs
Sumber:
CodeAttributeArgumentCollection.cs
Sumber:
CodeAttributeArgumentCollection.cs

Menginisialisasi instans baru kelas yang CodeAttributeArgumentCollection berisi elemen koleksi sumber yang ditentukan.

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)

Parameter

value
CodeAttributeArgumentCollection

A CodeAttributeArgumentCollection untuk menginisialisasi koleksi.

Pengecualian

valueadalah null.

Berlaku untuk