Skip to content

Instantly share code, notes, and snippets.

@peyangu
Created April 11, 2017 12:23
Show Gist options
  • Save peyangu/3170f4070fc94bb205fd1d55e1e02e74 to your computer and use it in GitHub Desktop.
Save peyangu/3170f4070fc94bb205fd1d55e1e02e74 to your computer and use it in GitHub Desktop.
Selectメソッド
var personName = personList.Select(p => p.Name);
Console.WriteLine(string.Join(", ",personName));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment