CodeCommentStatementCollection Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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()
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[])
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)
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
CodeCommentStatementCollection Koleksiyonun başlatıldığı A.
Özel durumlar
value
, null
değeridir.