ExtendedBindingList<T>.Sort(Comparison<T>) Method

Sort the items in the collection using the specified Comparison<T> delegate

Definition

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

Parameters

comparison  Comparison<T>
The Comparison<T> delegate to use for the comparisons

See Also