Method InsertRule
InsertRule(int, Rule, bool)
Insert a new Rule inside the RuleSet
Declaration
public void InsertRule(int index, Rule rule, bool notify)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | The index to insert at |
| Rule | rule | The Rule to insert |
| bool | notify | Notify UI |