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

Sorts the elements of a sequence in ascending order by using a specified comparer.

Syntax
C++
C#
Visual Basic
public: IOrderedEnumerable<TSource> OrderBy<TSource, TKey>( this IEnumerable<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.