SortedDictionary<TKey,TValue>.ValueCollection 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>.ValueCollection třídy, která odráží hodnoty v zadané SortedDictionary<TKey,TValue>.
public:
ValueCollection(System::Collections::Generic::SortedDictionary<TKey, TValue> ^ dictionary);
public ValueCollection (System.Collections.Generic.SortedDictionary<TKey,TValue> dictionary);
new System.Collections.Generic.SortedDictionary<'Key, 'Value>.ValueCollection : System.Collections.Generic.SortedDictionary<'Key, 'Value> -> System.Collections.Generic.SortedDictionary<'Key, 'Value>.ValueCollection
Public Sub New (dictionary As SortedDictionary(Of TKey, TValue))
Parametry
- dictionary
- SortedDictionary<TKey,TValue>
Hodnota SortedDictionary<TKey,TValue> , jejíž hodnoty se projeví v nové SortedDictionary<TKey,TValue>.ValueCollectionhodnotě .
Výjimky
dictionary
je null
.
Poznámky
Nejedná se SortedDictionary<TKey,TValue>.ValueCollection o statickou kopii. SortedDictionary<TKey,TValue>.ValueCollection Místo toho odkazuje na hodnoty v původní SortedDictionary<TKey,TValue>hodnotě . Proto se SortedDictionary<TKey,TValue> změny v souboru i nadále promítnou do SortedDictionary<TKey,TValue>.ValueCollection.
Tento konstruktor je operace O(1).