ConcurrentDictionary<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 un objet ICollection qui contient les valeurs de l'objet IDictionary.
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é
Interface qui contient les valeurs de IDictionary.
Implémente
Remarques
Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de ConcurrentDictionary<TKey,TValue> est castée en interface IDictionary.