Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSource Class / GetSortedRangesValues<T> Method
The type of values requested.
The ranges to query the values.

In This Topic
    GetSortedRangesValues<T> Method
    In This Topic
    Gets the sorted collection of values corresponding to the specified ranges and T.
    Syntax
    'Declaration
     
    Public Function GetSortedRangesValues(Of T)( _
       ByVal ranges As RulesEngineRangeCollection _
    ) As IReadOnlyList(Of T)
    public IReadOnlyList<T> GetSortedRangesValues<T>( 
       RulesEngineRangeCollection ranges
    )

    Parameters

    ranges
    The ranges to query the values.

    Type Parameters

    T
    The type of values requested.
    See Also