Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created July 11, 2022 16:33
Embed
What would you like to do?
var mostExpensive = foodList
.OrderByDescending(f => f.Price)
.First();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment