2008-04-30から1日間の記事一覧

Extension List.Map

C#

C# でこういうことできないんだっけ? using System; using System.Collections.Generic; using System.Linq; namespace CsConsole3 { class Program { static void Main(string[] args) { List<int> ls = new List<int>() {3, 1, 4}; ls.ForEach(x => ++x); // 全要素</int></int>…