PageableList<T> .Sort Method

Spotfire 14.5 API Reference
Overload List

  NameDescription
Public methodSort()
Public methodSort(IComparer<T>)
Public methodSort<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.
Public methodSort<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.
Top
See Also

Reference