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