[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSource.GetSortedRangesValues

GetSortedRangesValues Method

GetSortedRangesValues<T>(RulesEngineRangeCollection)

Gets the sorted collection of values corresponding to the specified ranges and T.

Declaration
public IReadOnlyList<T> GetSortedRangesValues<T>(RulesEngineRangeCollection ranges)
Public Function GetSortedRangesValues(Of T)(ranges As RulesEngineRangeCollection) As IReadOnlyList(Of T)
Parameters
Type Name Description
RulesEngineRangeCollection ranges

The ranges to query the values.

Returns
Type Description
IReadOnlyList<T>
Type Parameters
Name Description
T

The type of values requested.