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

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

Reference

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