Click or drag to resize
MoreEnumerableMaxBy Method
Overload List
  NameDescription
Public methodStatic memberMaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey)
Returns the maximal element of the given sequence, based on the given projection.
Public methodStatic memberMaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IComparerTKey)
Returns the maximal element of the given sequence, based on the given projection and the specified comparer for projected values.
Top
See Also