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

In This Topic
    GetFieldValues<T> Method
    In This Topic
    Gets the collection of values corresponding to the specified field and T.
    Syntax
    'Declaration
     
    Public Function GetFieldValues(Of T)( _
       ByVal field As String _
    ) As IReadOnlyList(Of T)
    public IReadOnlyList<T> GetFieldValues<T>( 
       string field
    )

    Parameters

    field
    The field to query the values.

    Type Parameters

    T
    The type of values requested.
    See Also