RuleSetCollection

RuleSetCollection class

RuleSet collection.

Properties

NameTypeDescription
Countint
Item (int)RuleSet

Methods

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

RuleSetCollection.Count property

Type: int

RuleSetCollection.Item (int) property

Type: RuleSet

add(ruleSet)

Add the ruleSet in the collection.

ParameterTypeDescription
ruleSetRuleSet

remove(ruleSet)

Remove the ruleSet from the collection.

ParameterTypeDescription
ruleSetRuleSet

clear()

removeAt(index)

iterator()

Reserved for internal use.