CodeCommentStatementCollection 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 CodeCommentStatementCollection.
Overload
CodeCommentStatementCollection() |
Menginisialisasi instans baru kelas CodeCommentStatementCollection. |
CodeCommentStatementCollection(CodeCommentStatement[]) |
Menginisialisasi instans CodeCommentStatementCollection baru kelas yang berisi array CodeCommentStatement objek yang ditentukan. |
CodeCommentStatementCollection(CodeCommentStatementCollection) |
Menginisialisasi instans baru kelas yang CodeCommentStatementCollection berisi elemen koleksi sumber yang ditentukan. |
CodeCommentStatementCollection()
Menginisialisasi instans baru kelas CodeCommentStatementCollection.
public:
CodeCommentStatementCollection();
public CodeCommentStatementCollection ();
Public Sub New ()
Berlaku untuk
CodeCommentStatementCollection(CodeCommentStatement[])
Menginisialisasi instans CodeCommentStatementCollection baru kelas yang berisi array CodeCommentStatement objek yang ditentukan.
public:
CodeCommentStatementCollection(cli::array <System::CodeDom::CodeCommentStatement ^> ^ value);
public CodeCommentStatementCollection (System.CodeDom.CodeCommentStatement[] value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatement[] -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatement())
Parameter
- value
- CodeCommentStatement[]
Array CodeCommentStatement objek untuk menginisialisasi koleksi.
Pengecualian
Satu atau beberapa objek dalam array adalah null
.
Berlaku untuk
CodeCommentStatementCollection(CodeCommentStatementCollection)
Menginisialisasi instans baru kelas yang CodeCommentStatementCollection berisi elemen koleksi sumber yang ditentukan.
public:
CodeCommentStatementCollection(System::CodeDom::CodeCommentStatementCollection ^ value);
public CodeCommentStatementCollection (System.CodeDom.CodeCommentStatementCollection value);
new System.CodeDom.CodeCommentStatementCollection : System.CodeDom.CodeCommentStatementCollection -> System.CodeDom.CodeCommentStatementCollection
Public Sub New (value As CodeCommentStatementCollection)
Parameter
A CodeCommentStatementCollection untuk menginisialisasi koleksi.
Pengecualian
value
adalah null
.