Overload List
Name | Description | |
---|---|---|
![]() | Sort() |
Sorts the elements in the entire PageableList<T> using the default comparer.
|
![]() | Sort(IComparer<T>) |
Sorts the elements in the entire PageableList<T> using the specified comparer.
|
![]() | Sort<S>(PageableList<S>) |
Sorts a pair of PageableList<T> objects
(this contains the keys and valueList contains the corresponding items)
based on the keys in this. The default comparer is used when sorting.
|
![]() | Sort<S>(PageableList<S>, IComparer<T>) |
Sorts a pair of PageableList<T> objects
(this contains the keys and valueList contains the corresponding items)
based on the keys in this. The supplied comparer is used when sorting.
|
See Also