Documents for PDF, .NET Edition Documentation
Keys Property (ObservableSortedDictionary<TKey,TValue>)

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace > ObservableSortedDictionary<TKey,TValue> Class : Keys Property
Gets a collection containing the keys in the ObservableSortedDictionary<TKey,TValue>.
Syntax
'Declaration
 
Public ReadOnly Property Keys As System.Collections.Generic.ICollection(Of TKey)
public System.Collections.Generic.ICollection<TKey> Keys {get;}
See Also

Reference

ObservableSortedDictionary<TKey,TValue> Class
ObservableSortedDictionary<TKey,TValue> Members