Aracılığıyla paylaş


CodeAttributeArgumentCollection Oluşturucular

Tanım

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

Kaynak:
CodeAttributeArgumentCollection.cs
Kaynak:
CodeAttributeArgumentCollection.cs
Kaynak:
CodeAttributeArgumentCollection.cs

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[])

Kaynak:
CodeAttributeArgumentCollection.cs
Kaynak:
CodeAttributeArgumentCollection.cs
Kaynak:
CodeAttributeArgumentCollection.cs

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)

Kaynak:
CodeAttributeArgumentCollection.cs
Kaynak:
CodeAttributeArgumentCollection.cs
Kaynak:
CodeAttributeArgumentCollection.cs

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

value
CodeAttributeArgumentCollection

CodeAttributeArgumentCollection Koleksiyonun başlatıldığı bir.

Özel durumlar

value, null değeridir.

Şunlara uygulanır