KeyedByTypeCollection<TItem> Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
.