Click or drag to resize

MoreEnumerable.OrderBy Method

Overload List
  NameDescription
Public methodStatic memberOrderBy<T, TKey>(IEnumerable<T>, Func<T, TKey>, OrderByDirection)
Sorts the elements of a sequence in a particular direction (ascending, descending) according to a key
Public methodStatic memberOrderBy<T, TKey>(IEnumerable<T>, Func<T, TKey>, IComparer<TKey>, OrderByDirection)
Sorts the elements of a sequence in a particular direction (ascending, descending) according to a key
Top
See Also