btb-class

SortedList`1.SortRange Method

Sort items in the list.

Overload List

Sort items in the list.

public void SortRange(IEnumerable<int>)

Sort items in the list.

public void SortRange(IEnumerable<int>,IComparer<TItem>)

Sort items in the list.

public void SortRange(IEnumerable)

Sort items in the list.

public void SortRange(IEnumerable,IComparer<TItem>)

Sort items in the list.

public void SortRange(int,int)

Sort items in the list.

public void SortRange(int,int,IComparer<TItem>)

See Also

SortedList<TItem> Class | ComponentOwl.BetterThumbnailBrowser.Collections Namespace