Click or drag to resize

CollectionExtensionsMaxBy Method

Overload List
  NameDescription
Public methodStatic memberMaxByT(IEnumerableT, FuncT, IComparable)
Finds the maximum element in the source as scored by the given function.
Public methodStatic memberMaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey)
Finds the minimum element in the source as scored by its projection.
Public methodStatic memberMaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey, IComparerTKey)
Finds the minimum element in the source as scored by the given function applied to a projection on the elements.
Top
See Also