MoreLinq
MaxBy Method
NamespacesMoreLinqMoreEnumerableMaxBy()()()()
Members
IconMemberDescription
MaxBy<(Of <<'(TSource, TKey>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, TKey>)>>))
Returns the maximal element of the given sequence, based on the given projection.

MaxBy<(Of <<'(TSource, TKey>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, TKey>)>>), IComparer<(Of <<'(TKey>)>>))
Returns the maximal element of the given sequence, based on the given projection and the specified comparer for projected values.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)