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

Définition

Obtient un objet ICollection qui contient les clés de l’objet 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é

ICollection

Interface qui contient les clés de IDictionary<TKey,TValue>.

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.

S’applique à

Voir aussi