Method InsertBlock
InsertBlock(RuleBlock, int)
Insert a RuleBlock inside the Rule
Declaration
public void InsertBlock(RuleBlock block, int index)
Parameters
Type | Name | Description |
---|---|---|
RuleBlock | block | The RuleBlock to insert |
int | index | The index where to insert the RuleBlock |