Removes the Ruleset object specified by 'ruleset' from the list. This method is the wrapper of the 'Remove' method of the IList interface. Its benefit is to use objects that implements the interface 'Ruleset' instead of objects of type 'Object'.
[Visual Basic] Public Sub Remove( _ ByVal ruleset As Ruleset _ ) [C#] public void Remove( Ruleset ruleset ); [C++] public: void Remove( Ruleset* ruleset ); [JScript] public function Remove( Ruleset ruleset );
RulesetList Class | XRules Namespace