ThenBy « LINQ « C# / C Sharp






1.uses an OrderBy and a ThenBy clause with a custom comparer to sort first by word length and then by a case-insensitive descending sort of the words in an array.
2.First ThenBy Prototype