RuleSetCollection
RuleSetCollection class
RuleSet collection.
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | |
| Item (int) | RuleSet |
Methods
| Name | Description |
|---|---|
| add | Add the ruleSet in the collection. |
| remove | Remove the ruleSet from the collection. |
| clear | |
| removeAt | |
| iterator | Reserved for internal use. |
RuleSetCollection.Count property
Type: int
RuleSetCollection.Item (int) property
Type: RuleSet
add(ruleSet)
Add the ruleSet in the collection.
| Parameter | Type | Description |
|---|---|---|
| ruleSet | RuleSet |
remove(ruleSet)
Remove the ruleSet from the collection.
| Parameter | Type | Description |
|---|---|---|
| ruleSet | RuleSet |
clear()
removeAt(index)
iterator()
Reserved for internal use.