Aracılığıyla paylaş


CompositeCollection Oluşturucular

Tanım

CompositeCollection sınıfının yeni bir örneğini oluşturur.

Aşırı Yüklemeler

CompositeCollection()

Sınıfın CompositeCollection boş ve varsayılan başlangıç kapasitesine sahip yeni bir örneğini oluşturur.

CompositeCollection(Int32)

Boş olan ve belirtilen başlangıç kapasitesine sahip sınıfın CompositeCollection yeni bir örneğini oluşturur.

CompositeCollection()

Sınıfın CompositeCollection boş ve varsayılan başlangıç kapasitesine sahip yeni bir örneğini oluşturur.

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

Şunlara uygulanır

CompositeCollection(Int32)

Boş olan ve belirtilen başlangıç kapasitesine sahip sınıfın CompositeCollection yeni bir örneğini oluşturur.

public:
 CompositeCollection(int capacity);
public CompositeCollection (int capacity);
new System.Windows.Data.CompositeCollection : int -> System.Windows.Data.CompositeCollection
Public Sub New (capacity As Integer)

Parametreler

capacity
Int32

Yeni listenin başlangıçta depolayabildiği öğe sayısı.

Şunlara uygulanır