Sdílet prostřednictvím


KeyedByTypeCollection<TItem> Konstruktory

Definice

Inicializuje novou instanci KeyedByTypeCollection<TItem> třídy.

Přetížení

KeyedByTypeCollection<TItem>()

Inicializuje novou instanci KeyedByTypeCollection<TItem> třídy.

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

Inicializuje novou instanci KeyedByTypeCollection<TItem> třídy pro zadaný výčet objektů.

KeyedByTypeCollection<TItem>()

Zdroj:
KeyedByTypeCollection.cs
Zdroj:
KeyedByTypeCollection.cs
Zdroj:
KeyedByTypeCollection.cs

Inicializuje novou instanci KeyedByTypeCollection<TItem> třídy.

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

Platí pro

KeyedByTypeCollection<TItem>(IEnumerable<TItem>)

Zdroj:
KeyedByTypeCollection.cs
Zdroj:
KeyedByTypeCollection.cs
Zdroj:
KeyedByTypeCollection.cs

Inicializuje novou instanci KeyedByTypeCollection<TItem> třídy pro zadaný výčet objektů.

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

Parametry

items
IEnumerable<TItem>

Obecný IEnumerable<T> typ Object použitý k inicializaci kolekce.

Výjimky

items je null.

Platí pro