Skip to content

ListSortHelper is to provide the same sorting algorithm used in Array publicly to IList<T>

License

Notifications You must be signed in to change notification settings

stevenguh/ListSortHelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ListSortHelper is to provide the same sorting algorithm used in Array publicly to IList<T>

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages