Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 482 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 482 Bytes

ListSortHelper

This is a slightly modified version of the ArraySortHelper.cs in coreclr to provide the same sorting algorithm used in Array publicly to IList<T>. This is useful for implementing sorting for custom implementation of IList<T>.

Forked ArraySortHelper from coreclr at b19809113b632dadff6de1410c5c125220ff7f26