SortedDictionary<TKey,TValue>.KeyCollection Konstruktor
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 SortedDictionary<TKey,TValue>.KeyCollection třídy , která odráží klíče v zadaném SortedDictionary<TKey,TValue>objektu .
public:
KeyCollection(System::Collections::Generic::SortedDictionary<TKey, TValue> ^ dictionary);
public KeyCollection (System.Collections.Generic.SortedDictionary<TKey,TValue> dictionary);
new System.Collections.Generic.SortedDictionary<'Key, 'Value>.KeyCollection : System.Collections.Generic.SortedDictionary<'Key, 'Value> -> System.Collections.Generic.SortedDictionary<'Key, 'Value>.KeyCollection
Public Sub New (dictionary As SortedDictionary(Of TKey, TValue))
Parametry
- dictionary
- SortedDictionary<TKey,TValue>
Jejíž SortedDictionary<TKey,TValue> klíče se promítnou do nového SortedDictionary<TKey,TValue>.KeyCollection.
Výjimky
dictionary
je null
.
Poznámky
Není SortedDictionary<TKey,TValue>.KeyCollection statická kopie, SortedDictionary<TKey,TValue>.KeyCollection ale odkazuje zpět na klíče v původním SortedDictionary<TKey,TValue>souboru . Proto se SortedDictionary<TKey,TValue> změny v souboru i nadále projeví v SortedDictionary<TKey,TValue>.KeyCollection.
Tento konstruktor je operace O(1).