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

Définition

Obtient une collection qui contient les clés du dictionnaire.

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é

Collection qui contient les clés du dictionnaire.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance ReadOnlyDictionary<TKey,TValue> est convertie en IDictionary interface.

S’applique à