C#C
C#4y ago
Gladiator

Why are Linq methods incomplete? (MinBy, MaxBy, etc.) [Answered]

There is no method to return object by field which is minimum/maximum. I know I can use Aggregate method but it is weird to me Min/Max linq methods does not return the object itself
Was this page helpful?