SortedDictionary<TKey,TValue>.ValueCollection Constructeur

Définition

Initialise une nouvelle instance de la SortedDictionary<TKey,TValue>.ValueCollection classe qui reflète les valeurs dans le fichier spécifié 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))

Paramètres

Exceptions

dictionary a la valeur null.

Remarques

Il SortedDictionary<TKey,TValue>.ValueCollection ne s’agit pas d’une copie statique ; à la place, le SortedDictionary<TKey,TValue>.ValueCollection fait référence aux valeurs de l’original SortedDictionary<TKey,TValue>. Par conséquent, les modifications apportées à la SortedDictionary<TKey,TValue> continue à être reflétées dans le SortedDictionary<TKey,TValue>.ValueCollection.

Ce constructeur est une opération O(1).

S’applique à