CollectionExtensionsMinBy Method |
| Name | Description | |
|---|---|---|
| MinByTSource, TKey(IEnumerableTSource, FuncTSource, TKey) |
Finds the minimum element in the source as scored by its projection.
| |
| MinByTSource, 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.
|