DocumentNodeListBaseTInternalSort Method

Spotfire 15.0 API Reference
Sorts the elements in the collection using the specified ComparisonT delegate.

Namespace:  Spotfire.Dxp.Framework.DocumentModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
protected void InternalSort(
	Comparison<T> comparison
)

Parameters

comparison
Type: SystemComparisonT
The comparison delegate to use when comparing elements.
Version Information


See Also

Reference