This topic has not yet been rated - Rate this topic

Enumerable.ThenBy Method

Performs a subsequent ordering of the elements in a sequence in ascending order.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member ThenBy<TSource, TKey>(IOrderedEnumerable<TSource>, Func<TSource, TKey>) Performs a subsequent ordering of the elements in a sequence in ascending order according to a key.
Public method Static member ThenBy<TSource, TKey>(IOrderedEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>) Performs a subsequent ordering of the elements in a sequence in ascending order by using a specified comparer.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.