ConcurrentDictionary<TKey,TValue>.IDictionary.Keys Propriété

Définition

Obtient un ICollection qui contient les clés du IDictionary<TKey,TValue>.

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

Valeur de propriété

Interface qui contient les clés du 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 ConcurrentDictionary<TKey,TValue> est convertie en IDictionary interface.

S’applique à

Voir aussi