Skip to content

Instantly share code, notes, and snippets.

@anakahala
Created May 20, 2013 11:33
Show Gist options
  • Select an option

  • Save anakahala/5611733 to your computer and use it in GitHub Desktop.

Select an option

Save anakahala/5611733 to your computer and use it in GitHub Desktop.
LINQ拡張メソッド版
resultList = intList.Where(i => i <= 5).ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment