PageableListTSortS Method (PageableListS)

Spotfire 14.3 API Reference
Sorts a pair of PageableListT objects (this contains the keys and valueList contains the corresponding items) based on the keys in this. The default comparer is used when sorting.

Namespace:  Spotfire.Dxp.Data.Collections
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public void Sort<S>(
	PageableList<S> valueList
)

Parameters

valueList
Type: Spotfire.Dxp.Data.CollectionsPageableListS
The PageableListT that contains the values that shall be sorted together with the keys in this.

Type Parameters

S
The type of the elements of the valueList
Remarks

The sorting algoritm is an implementation of MergeSort. The MergeSort algorithm is stable; that is, if two elements are equal their order is preserved.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference