Public Methods
Public Properties
Adds a sort condition to the collection. Syntax Parameters sortableItem The sort-able item over which the sort condition will be applied.sortCondition The sort condition to apply to the sort-able item. Exceptions Exception Description System.ArgumentNullException sortableItem is null. System.ArgumentNullException ...
Adds a sort condition to the collection. Overload List
Clears the collection. Syntax
Determines whether the specified sort condition is in the collection. Syntax Parameters sortCondition The sort condition to find in the collection. Return Value True if the sort condition is in the collection; False otherwise. Exceptions Exception Description System.ArgumentNullException sortCondition is null.
Determines whether the specified sort-able item is in the collection. Syntax Parameters sortableItem The sort-able item to find in the collection. Return Value True if the sort-able item is in the collection; False otherwise. Exceptions Exception Description System.ArgumentNullException sortableItem is null.
Determines whether the specified sort-able item is in the collection. Overload List
Gets the number of sort conditions in the collection. Syntax
Gets the index of the specified sort condition in the collection. Syntax Parameters sortCondition The sort condition to find in the collection. Return Value The 0-based index of the specified sort condition in the collection or -1 if the item is not in the collection. Exceptions Exception Description System.Argume...