Inserts the Ruleset object specified by 'ruleset' at the index specified by 'index'. This method is the wrapper of the 'Insert' method of the IList interface. Its benefit is to use objects of type 'Ruleset' instead of type 'Object'.
[Visual Basic] Public Sub Insert( _ ByVal index As Integer, _ ByVal ruleset As Ruleset _ ) [C#] public void Insert( int index, Ruleset ruleset ); [C++] public: void Insert( int index, Ruleset* ruleset ); [JScript] public function Insert( int index, Ruleset ruleset );
RulesetList Class | XRules Namespace