Bagikan melalui


CodeCommentStatementCollection Konstruktor

Definisi

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

Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs

Menginisialisasi instans baru kelas CodeCommentStatementCollection.

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

Berlaku untuk

CodeCommentStatementCollection(CodeCommentStatement[])

Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs

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)

Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs

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

value
CodeCommentStatementCollection

A CodeCommentStatementCollection untuk menginisialisasi koleksi.

Pengecualian

valueadalah null.

Berlaku untuk