SortedDictionary<TKey,TValue>.ValueCollection Konstruktor

Definice

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

Platí pro