ExtendedBindingListTSort(IComparerT) Method

Sort the items in the collection using the specified comparer

Definition

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

Parameters

comparer  IComparerT
The IComparerT implementation to use when comparing items or null to use the default comparer.

See Also