Click or drag to resize

MaxByExtension Class

MaxBy extension.
Inheritance Hierarchy
SystemObject
  MoreLinq.ExtensionsMaxByExtension

Namespace:  MoreLinq.Extensions
Assembly:  MoreLinq (in MoreLinq.dll) Version: 3.0.0
Syntax
public static class MaxByExtension
Methods
  NameDescription
Public methodStatic memberMaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey)
Returns the maximal elements of the given sequence, based on the given projection.
Public methodStatic memberMaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IComparerTKey)
Returns the maximal elements of the given sequence, based on the given projection and the specified comparer for projected values.
Top
See Also