[]
        
(Showing Draft Content)

C1.Win.Collections.ObjectModel.ObservableDictionary-2.Keys

Keys Property

Keys

Gets an ICollection<T> containing the keys of the ObservableDictionary<TKey, TValue>.

Declaration
public ICollection<TKey> Keys { get; }
Implements