I have List List, my type contains Age and RandomID
List
Age
RandomID
Now I want to find the maximum age from this list.
What
Simplest is actually just Age.Max(), you don't need any more code.
Age.Max()