ImmutableDictionary<TKey,TValue>.Builder.IDictionary.Keys Propriété

Définition

Obtient une ICollection<T> valeur contenant 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é

Contenant ICollection<T> les clés 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 ImmutableDictionary<TKey,TValue>.Builder est convertie en IDictionary interface.

S’applique à