[]
        
(Showing Draft Content)

GrapeCity.Documents.Common.ObservableSortedDictionary-2.Values

Values Property

Values

Gets a collection containing the values in the SortedDictionary<TKey, TValue>.

Declaration
public ICollection<TValue> Values { get; }
Public ReadOnly Property Values As ICollection(Of TValue)
Implements