[]
Gets the collection of values corresponding to the specified ranges and T.
public IReadOnlyList<T> GetRangesValues<T>(RulesEngineRangeCollection ranges)
Public Function GetRangesValues(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. |