I am using structures in my programming and I sort the structure according to a value in the structure using IComparer.
IComparer
How did Microsoft implement th
Use .Net Reflector and see for yourself... From the method names it looks like they are using the QuickSort algorithm: System.Array+SorterObjectArray.QuickSort