ReadOnlyDictionary<TKey,TValue>.IDictionary.Values Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une collection qui contient les valeurs dans le 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 dans le dictionnaire.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ReadOnlyDictionary<TKey,TValue> est castée en interface IDictionary.