ExtendedBindingListTSort(ComparisonT) Method

Sort the items in the collection using the specified ComparisonT delegate

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Sort(
	Comparison<T> comparison
)

Parameters

comparison  ComparisonT
The ComparisonT delegate to use for the comparisons

See Also