Method SetBlock
SetBlock(int, RuleBlock, bool)
Set a RuleBlock inside this Rule
Declaration
public void SetBlock(int index, RuleBlock block, bool notify)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index where to insert |
RuleBlock | block | The RuleBlock to insert |
bool | notify | NotifyUI |