Sorts a pair of PageableListT objects
(this contains the keys and valueList contains the corresponding items)
based on the keys in this. The supplied comparer is used when sorting.
Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 51.0.16121.3915 (51.0.16121.3915)
Syntax
C#
public void Sort<S>( PageableList<S> valueList, IComparer<T> comparer )
Parameters
- valueList
- Type: Spotfire.Dxp.Data.CollectionsPageableListS
The PageableListT that contains the values that shall be sorted together with the keys in this. - comparer
- Type: System.Collections.GenericIComparerT
The comparer to use for sorting. If comparer is null, the default comparer is used.
Type Parameters
- S
- The type of the elements of the valueList
Remarks
Version Information
Supported in: 11.4, 11.3, 11.2, 11.1, 11.0, 10.10, 7.11
See Also