Adds a ruleset to the list. This method is the wrapper of the 'Add' method of the IList interface. Its benefit is to use objects of type 'Ruleset' instead of type 'Object'.
[Visual Basic] Public Function Add( _ ByVal ruleset As Ruleset _ ) As Integer [C#] public int Add( Ruleset ruleset ); [C++] public: int Add( Ruleset* ruleset ); [JScript] public function Add( Ruleset ruleset ): int;
The index at which the ruleset added.
RulesetList Class | XRules Namespace