Sort() | Sort the items in the collection using the default comparer |
Sort(Boolean) | This is used to sort the collection in ascending or descending order |
Sort(Comparison<T>) | Sort the items in the collection using the specified Comparison<T> delegate |
Sort(IComparer<T>) | Sort the items in the collection using the specified comparer |