Consider add IList<T>.Sort(index, count, comparer) overload

Issue #202 resolved
Zuo Baoquan created an issue

Sorts the elements in a range of elements in List<T> using the specified comparer.

https://msdn.microsoft.com/en-us/library/8ce6t5ad(v=vs.110).aspx

Comments (4)

  1. Log in to comment