sort | Sorts the elements in the entire inference results using the default comparer. |
sort(ComparisonT) | Sorts the elements in the entire inference resultsw using the specified System.Comparison`1. |
sort(IComparerT) | Sorts the elements in the entire inference resultsw using the specified comparer. |
sort(Int32, Int32, IComparerT) | Sorts the elements in a range of elements in inference results using the specified comparer. |