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.
            
Namespace: Spotfire.Dxp.Data.Collections
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public void Sort<S>( PageableList<S> valueList, IComparer<T> comparer )
Parameters
- valueList
 - Type: Spotfire.Dxp.Data.Collections.PageableList<S>
The PageableList<T> that contains the values that shall be sorted together with the keys in this. - comparer
 - Type: System.Collections.Generic.IComparer<T>
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: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also