Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSource Class / GetValue<T> Method
The type of values requested.
The index of the item to be queried.
The field to be queried.

In This Topic
    GetValue<T> Method
    In This Topic
    Gets the value corresponding to the specified index and field.
    Syntax
    'Declaration
     
    Public Function GetValue(Of T)( _
       ByVal index As Integer, _
       ByVal field As String _
    ) As T
    public T GetValue<T>( 
       int index,
       string field
    )

    Parameters

    index
    The index of the item to be queried.
    field
    The field to be queried.

    Type Parameters

    T
    The type of values requested.
    See Also