ExtendedBindingListTSort(IComparerT) Method
Sort the items in the collection using the specified comparer
Namespace: EWSoftware.PDI.BindingAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void Sort(
IComparer<T> comparer
)
Public Sub Sort (
comparer As IComparer(Of T)
)
public:
void Sort(
IComparer<T>^ comparer
)
member Sort :
comparer : IComparer<'T> -> unit
Parameters
- comparer IComparerT
- The IComparerT implementation to use when comparing items or
null to use the default comparer.