CodeAttributeArgumentCollection 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.
CodeAttributeArgumentCollection sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
CodeAttributeArgumentCollection() |
CodeAttributeArgumentCollection sınıfının yeni bir örneğini başlatır. |
CodeAttributeArgumentCollection(CodeAttributeArgument[]) |
Belirtilen nesne dizisini CodeAttributeArgumentCollection içeren sınıfının yeni bir örneğini CodeAttributeArgument başlatır. |
CodeAttributeArgumentCollection(CodeAttributeArgumentCollection) |
Belirtilen kaynak koleksiyonun CodeAttributeArgumentCollection öğelerini içeren sınıfının yeni bir örneğini başlatır. |
CodeAttributeArgumentCollection()
CodeAttributeArgumentCollection sınıfının yeni bir örneğini başlatır.
public:
CodeAttributeArgumentCollection();
public CodeAttributeArgumentCollection ();
Public Sub New ()
Şunlara uygulanır
CodeAttributeArgumentCollection(CodeAttributeArgument[])
Belirtilen nesne dizisini CodeAttributeArgumentCollection içeren sınıfının yeni bir örneğini CodeAttributeArgument başlatır.
public:
CodeAttributeArgumentCollection(cli::array <System::CodeDom::CodeAttributeArgument ^> ^ value);
public CodeAttributeArgumentCollection (System.CodeDom.CodeAttributeArgument[] value);
new System.CodeDom.CodeAttributeArgumentCollection : System.CodeDom.CodeAttributeArgument[] -> System.CodeDom.CodeAttributeArgumentCollection
Public Sub New (value As CodeAttributeArgument())
Parametreler
- value
- CodeAttributeArgument[]
Koleksiyonun CodeAttributeArgument başlatıldığı nesne dizisi.
Özel durumlar
Dizideki bir veya daha fazla nesne şeklindedir null
.
Şunlara uygulanır
CodeAttributeArgumentCollection(CodeAttributeArgumentCollection)
Belirtilen kaynak koleksiyonun CodeAttributeArgumentCollection öğelerini içeren sınıfının yeni bir örneğini başlatır.
public:
CodeAttributeArgumentCollection(System::CodeDom::CodeAttributeArgumentCollection ^ value);
public CodeAttributeArgumentCollection (System.CodeDom.CodeAttributeArgumentCollection value);
new System.CodeDom.CodeAttributeArgumentCollection : System.CodeDom.CodeAttributeArgumentCollection -> System.CodeDom.CodeAttributeArgumentCollection
Public Sub New (value As CodeAttributeArgumentCollection)
Parametreler
CodeAttributeArgumentCollection Koleksiyonun başlatıldığı bir.
Özel durumlar
value
, null
değeridir.