'Declaration Public Function New( _ ByVal firstItem As Nullable(Of Integer), _ ByVal lastItem As Nullable(Of Integer), _ ByVal fields As IReadOnlyList(Of String) _ )
public RulesEngineRange( Nullable<int> firstItem, Nullable<int> lastItem, IReadOnlyList<string> fields )
Parameters
- firstItem
- The index of the first item where the rule is applied.
- lastItem
- The index of the last item where the rule is applied.
- fields
- The fields that determines the range where the rule is applied.