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

MinBy<(Of <<'(TSource, TKey>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, TKey>)>>), IComparer<(Of <<'(TKey>)>>))
Returns the minimal 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)