Inserts the RuleBase object specified by 'rule' at the index specified by 'index'.
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal rule As RuleBase _ ) [C#] public void Insert( int index, RuleBase rule ); [C++] public: void Insert( int index, RuleBase* rule ); [JScript] public function Insert( int index, RuleBase rule );
RuleList Class | XRules Namespace