Aracılığıyla paylaş


CodeCommentStatementCollection Oluşturucular

Tanım

CodeCommentStatementCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

CodeCommentStatementCollection()

CodeCommentStatementCollection sınıfının yeni bir örneğini başlatır.

CodeCommentStatementCollection(CodeCommentStatement[])

Belirtilen nesne dizisini CodeCommentStatementCollection içeren sınıfının yeni bir örneğini CodeCommentStatement başlatır.

CodeCommentStatementCollection(CodeCommentStatementCollection)

Belirtilen kaynak koleksiyonun CodeCommentStatementCollection öğelerini içeren sınıfının yeni bir örneğini başlatır.

CodeCommentStatementCollection()

Kaynak:
CodeCommentStatementCollection.cs
Kaynak:
CodeCommentStatementCollection.cs
Kaynak:
CodeCommentStatementCollection.cs

CodeCommentStatementCollection sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

CodeCommentStatementCollection(CodeCommentStatement[])

Kaynak:
CodeCommentStatementCollection.cs
Kaynak:
CodeCommentStatementCollection.cs
Kaynak:
CodeCommentStatementCollection.cs

Belirtilen nesne dizisini CodeCommentStatementCollection içeren sınıfının yeni bir örneğini CodeCommentStatement başlatır.

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

Parametreler

value
CodeCommentStatement[]

Koleksiyonun CodeCommentStatement başlatıldığı bir nesne dizisi.

Özel durumlar

Dizideki bir veya daha fazla nesne şeklindedir null.

Şunlara uygulanır

CodeCommentStatementCollection(CodeCommentStatementCollection)

Kaynak:
CodeCommentStatementCollection.cs
Kaynak:
CodeCommentStatementCollection.cs
Kaynak:
CodeCommentStatementCollection.cs

Belirtilen kaynak koleksiyonun CodeCommentStatementCollection öğelerini içeren sınıfının yeni bir örneğini başlatır.

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)

Parametreler

value
CodeCommentStatementCollection

CodeCommentStatementCollection Koleksiyonun başlatıldığı A.

Özel durumlar

value, null değeridir.

Şunlara uygulanır