# ListSortHelper **Repository Path**: taojianli/ListSortHelper ## Basic Information - **Project Name**: ListSortHelper - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-24 - **Last Updated**: 2024-07-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ListSortHelper This is a slightly modified version of the [ArraySortHelper.cs](https://github.com/dotnet/coreclr/blob/b19809113b632dadff6de1410c5c125220ff7f26/src/mscorlib/src/System/Collections/Generic/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