Better SplitButton Class Reference

IExtendedList(TItem).SortRange(IEnumerable, IComparer) Method

Sort items in the list.

void IExtendedList(
   IEnumerable items,
   IComparer<TItem> comparer
);

Parameters

items
items to sort
comparer
item comparer

See Also

IExtendedList<TItem> Interface | ComponentOwl.BetterSplitButton.Collections Namespace | IExtendedList<TItem>.SortRange Overload List