ThenByExtension.ThenBy Method |
Name | Description | |
---|---|---|
ThenBy<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
| |
ThenBy<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
|