Method Sort
Sort(IComparer<T>)
When implemented by a class, sorts the elements in the entire sort list using the specified comparer.
void Sort(IComparer<T> comparer)
Parameters
comparer
IComparer<T>The IComparer implementation to use when comparing elements.