ImmutableSortedDictionary<TKey,TValue>.Builder.IDictionary.Keys 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 un ICollection<T> contenant les clés de 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<T> contenant les clés de l'objet qui implémente 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 ImmutableSortedDictionary<TKey,TValue>.Builder est castée en interface IDictionary.