Click or drag to resize

ThenByExtension.ThenBy Method

Overload List
  NameDescription
Public methodStatic memberThenBy<T, TKey>(IOrderedEnumerable<T>, Func<T, TKey>, OrderByDirection)
Performs a subsequent ordering of elements in a sequence in a particular direction (ascending, descending) according to a key
Public methodStatic memberThenBy<T, TKey>(IOrderedEnumerable<T>, Func<T, TKey>, IComparer<TKey>, OrderByDirection)
Performs a subsequent ordering of elements in a sequence in a particular direction (ascending, descending) according to a key
Top
See Also