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

Performs a subsequent ordering of the elements in a sequence in ascending order according to a key.

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