Click or drag to resize

OrderByExtension Class

OrderBy extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsOrderByExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class OrderByExtension
Methods
  NameDescription
Public methodStatic memberOrderByT, TKey(IEnumerableT, FuncT, TKey, OrderByDirection)
Sorts the elements of a sequence in a particular direction (ascending, descending) according to a key
Public methodStatic memberOrderByT, TKey(IEnumerableT, FuncT, TKey, IComparerTKey, OrderByDirection)
Sorts the elements of a sequence in a particular direction (ascending, descending) according to a key
Top
See Also