Click or drag to resize

ThenByExtension Class

ThenBy extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsThenByExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class ThenByExtension
Methods
  NameDescription
Public methodStatic memberThenByT, TKey(IOrderedEnumerableT, FuncT, TKey, OrderByDirection)
Performs a subsequent ordering of elements in a sequence in a particular direction (ascending, descending) according to a key
Public methodStatic memberThenByT, TKey(IOrderedEnumerableT, FuncT, TKey, IComparerTKey, OrderByDirection)
Performs a subsequent ordering of elements in a sequence in a particular direction (ascending, descending) according to a key
Top
See Also