Click or drag to resize

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
)

Parameters

comparer
Type: System.Collections.GenericIComparerT
Comparer for the sort.
See Also