CollectionExtensionsMaxBy Method |
| Name | Description | |
|---|---|---|
| MaxByT(IEnumerableT, FuncT, IComparable) |
Finds the maximum element in the source as scored by the given function.
| |
| MaxByTSource, TKey(IEnumerableTSource, FuncTSource, TKey) |
Finds the minimum element in the source as scored by its projection.
| |
| MaxByTSource, 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.
|