ImmutableSortedDictionary<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 ICollection<T> valeur contenant les valeurs dans le IDictionary<TKey,TValue>.
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é
Contenant ICollection<T> les valeurs de l’objet qui implémente IDictionary<TKey,TValue>.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ImmutableSortedDictionary<TKey,TValue> est convertie en IDictionary interface.