Aracılığıyla paylaş


KeyedByTypeCollection<TItem> Oluşturucular

Tanım

KeyedByTypeCollection<TItem> sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

KeyedByTypeCollection<TItem>()

KeyedByTypeCollection<TItem> sınıfının yeni bir örneğini başlatır.

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

Nesnelerin belirtilen bir numaralandırması KeyedByTypeCollection<TItem> için sınıfının yeni bir örneğini başlatır.

KeyedByTypeCollection<TItem>()

Kaynak:
KeyedByTypeCollection.cs
Kaynak:
KeyedByTypeCollection.cs
Kaynak:
KeyedByTypeCollection.cs

KeyedByTypeCollection<TItem> sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

Kaynak:
KeyedByTypeCollection.cs
Kaynak:
KeyedByTypeCollection.cs
Kaynak:
KeyedByTypeCollection.cs

Nesnelerin belirtilen bir numaralandırması KeyedByTypeCollection<TItem> için sınıfının yeni bir örneğini başlatır.

public:
 KeyedByTypeCollection(System::Collections::Generic::IEnumerable<TItem> ^ items);
public KeyedByTypeCollection (System.Collections.Generic.IEnumerable<TItem> items);
new System.Collections.Generic.KeyedByTypeCollection<'Item> : seq<'Item> -> System.Collections.Generic.KeyedByTypeCollection<'Item>
Public Sub New (items As IEnumerable(Of TItem))

Parametreler

items
IEnumerable<TItem>

IEnumerable<T> Koleksiyonu başlatmak için kullanılan genel türüObject.

Özel durumlar

items, null değeridir.

Şunlara uygulanır