ExtendedObservableCollectionTSort Method (IComparerT) |
Sorts the collection using the specified comparer.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Sort(
IComparer<T> comparer
)
Public Sub Sort (
comparer As IComparer(Of T)
)
member Sort :
comparer : IComparer<'T> -> unit
Parameters
- comparer
- Type: System.Collections.GenericIComparerT
Comparer for the sort.
See Also