[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSource.GetValue

GetValue Method

GetValue<T>(int, string)

Gets the value corresponding to the specified index and field.

Declaration
public T GetValue<T>(int index, string field)
Public Function GetValue(Of T)(index As Integer, field As String) As T
Parameters
Type Name Description
int index

The index of the item to be queried.

string field

The field to be queried.

Returns
Type Description
T
Type Parameters
Name Description
T

The type of values requested.