Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSource Class / GetRangeValuesCollection<T> Method
The type of values requested.
The range to be queried.

In This Topic
    GetRangeValuesCollection<T> Method
    In This Topic
    Gets the collection of values for the specified range.
    Syntax
    'Declaration
     
    Protected MustOverride Function GetRangeValuesCollection(Of T)( _
       ByVal range As RulesEngineRange _
    ) As C1.DataCollection.IDataCollection(Of Object)
    protected abstract C1.DataCollection.IDataCollection<object> GetRangeValuesCollection<T>( 
       RulesEngineRange range
    )

    Parameters

    range
    The range to be queried.

    Type Parameters

    T
    The type of values requested.
    Remarks
    This collection will be cached for improved performance.
    See Also