Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created April 15, 2017 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peyangu/611ee9c2a6b95ec8945fb06cfa296c36 to your computer and use it in GitHub Desktop.
Save peyangu/611ee9c2a6b95ec8945fb06cfa296c36 to your computer and use it in GitHub Desktop.
Maxメソッド
var personMax = personList.Max(p => p.Age);
Console.WriteLine(personMax);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment