[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableDictionary-2.Keys

Keys Property

Keys

Gets a collection containing the keys in the ObservableSortedDictionary<TKey, TValue>.

Declaration
public ICollection<TKey> Keys { get; }
Public ReadOnly Property Keys As ICollection(Of TKey)