[]
Gets the sorted collection of values corresponding to the specified ranges and T.
public IReadOnlyList<T> GetSortedRangesValues<T>(RulesEngineRangeCollection ranges)
Public Function GetSortedRangesValues(Of T)(ranges As RulesEngineRangeCollection) As IReadOnlyList(Of T)
| Type | Name | Description |
|---|---|---|
| RulesEngineRangeCollection | ranges | The ranges to query the values. |
| Type | Description |
|---|---|
| IReadOnlyList<T> |
| Name | Description |
|---|---|
| T | The type of values requested. |