RulesEngineRange Constructor(Int32,Int32)
In This Topic
Initializes a new instance of the
RulesEngineRange class.
Syntax
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
public RulesEngineRange(
int ,
int
)
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.
See Also