You are here: Symbol Reference > Stimulsoft.Base.Json.Utilities.LinqBridge Namespace > Enumerable Class > Enumerable Methods > ThenByDescending Method > ThenByDescending Method (this IOrderedEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
Enumerable.ThenByDescending Method (this IOrderedEnumerable<TSource>, Func<TSource, TKey>, IComparer<TKey>)

Performs a subsequent ordering of the elements in a sequence in descending order by using a specified comparer.

Syntax
C++
C#
Visual Basic
public: IOrderedEnumerable<TSource> ThenByDescending<TSource, TKey>( this IOrderedEnumerable<TSource> source, Func<TSource, TKey> keySelector, IComparer<TKey> comparer );
Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.