CodeCommentStatementCollection Konstruktor

Definisi

Menginisialisasi instans baru dari kelas CodeCommentStatementCollection.

Overload

Nama Deskripsi
CodeCommentStatementCollection()

Menginisialisasi instans baru dari kelas CodeCommentStatementCollection.

CodeCommentStatementCollection(CodeCommentStatement[])

Menginisialisasi instans baru kelas yang CodeCommentStatementCollection 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
Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs
Sumber:
CodeCommentStatementCollection.cs

Menginisialisasi instans baru dari kelas CodeCommentStatementCollection.

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

Berlaku untuk

CodeCommentStatementCollection(CodeCommentStatement[])

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

Menginisialisasi instans baru kelas yang CodeCommentStatementCollection 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
Sumber:
CodeCommentStatementCollection.cs
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

value adalah null.

Berlaku untuk