Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created April 15, 2017 14:45
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/b064e948f26bcc789b984cb49b92981e to your computer and use it in GitHub Desktop.
Save peyangu/b064e948f26bcc789b984cb49b92981e to your computer and use it in GitHub Desktop.
Countメソッド
var personCount = personList.Count();
Console.WriteLine(personCount);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment