Sorts the rules in the entire RulesCollection.
public void Sort();
Sorts the rules in the entire RulesCollection using the specified comparer.
public void Sort(IComparer);
RulesCollection Class | SubMain.CodeItRight.Sdk.Core.Collections Namespace