Click or drag to resize

OrderByExtension Class

OrderBy extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsOrderByExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
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