CodeAttributeArgumentCollection Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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()
Menginisialisasi instans baru kelas CodeAttributeArgumentCollection.
public:
CodeAttributeArgumentCollection();
public CodeAttributeArgumentCollection ();
Public Sub New ()
Berlaku untuk
CodeAttributeArgumentCollection(CodeAttributeArgument[])
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)
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
A CodeAttributeArgumentCollection untuk menginisialisasi koleksi.
Pengecualian
value
adalah null
.