ReadOnlyDictionary<TKey,TValue>.IDictionary.Values Propriété

Définition

Obtient une collection qui contient les valeurs du dictionnaire.

property System::Collections::ICollection ^ System::Collections::IDictionary::Values { System::Collections::ICollection ^ get(); };
System.Collections.ICollection System.Collections.IDictionary.Values { get; }
member this.System.Collections.IDictionary.Values : System.Collections.ICollection
 ReadOnly Property Values As ICollection Implements IDictionary.Values

Valeur de propriété

Collection qui contient les valeurs du dictionnaire.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ReadOnlyDictionary<TKey,TValue> est convertie en IDictionary interface.

S’applique à