Returns the maximal elements of the given sequence, based on the given projection and the specified comparer for projected values.
Namespace: MoreLinq.ExtensionsMoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntaxpublic static IExtremaEnumerable<TSource> MaxBy<TSource, TKey>( this IEnumerable<TSource> source, Func<TSource, TKey> selector, IComparer<TKey> comparer )
<ExtensionAttribute> Public Shared Function MaxBy(Of TSource, TKey) ( source As IEnumerable(Of TSource), selector As Func(Of TSource, TKey), comparer As IComparer(Of TKey) ) As IExtremaEnumerable(Of TSource)
public: [ExtensionAttribute] generic<typename TSource, typename TKey> static IExtremaEnumerable<TSource>^ MaxBy( IEnumerable<TSource>^ source, Func<TSource, TKey>^ selector, IComparer<TKey>^ comparer )
[<ExtensionAttribute>] static member MaxBy : source : IEnumerable<'TSource> * selector : Func<'TSource, 'TKey> * comparer : IComparer<'TKey> -> IExtremaEnumerable<'TSource>Parameters
Type:
IExtremaEnumerableTSourceThe maximal element, according to the projection.
Usage NoteIn Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableTSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)or
Extension Methods (C# Programming Guide).
Exceptions RemarksThis operator uses deferred execution. The results are evaluated and cached on first use to returned sequence.
See AlsoRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4