RuleCollection

RuleCollection class

Rule collection.

Properties

NameTypeDescription
Countint
Item (int)Rule

Methods

NameDescription
addAdd the rule in the collection.
removeRemove the rule from the collection.
clear
removeAt
iteratorReserved for internal use.

RuleCollection.Count property

Type: int

RuleCollection.Item (int) property

Type: Rule

add(rule)

Add the rule in the collection.

ParameterTypeDescription
ruleRule

remove(rule)

Remove the rule from the collection.

ParameterTypeDescription
ruleRule

clear()

removeAt(index)

iterator()

Reserved for internal use.