btb-class

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

Sort items in the list.

public void SortedList(
   IEnumerable<intindices,
   IComparer<TItem> comparer
);

Parameters

indices
indices of items to sort
comparer
item comparer

Implements

IExtendedList<TItem>.SortRange

See Also

SortedList<TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace | SortedList<TItem>.SortRange Overload List