{"author_url":"https://blog.hatena.ne.jp/faith_and_brave/","description":"\u4eca\u307e\u3067(C# 2.0) List<int> ar = new List<int>(); ar.Add(3); ar.Add(1); ar.Add(4); foreach (int item in ar) { Console.WriteLine(item); } \u3053\u308c\u304b\u3089(C# 3.0) List<int> ar = new List<int> { 3, 1, 4 }; ar.ForEach(Console.WriteLine); \uff12\u884c\u306b\u306a\u3063\u3061\u3083\u3063\u305f\u3088\u30fb\u30fb\u30fb\u30fb \u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c3\u30af\u30b9\u3067\u8868\u793a\u3057\u3066\u307f\u308b List<int> ar = new List<int> { 3, 1, 4 }; ar.ForEac\u2026","provider_url":"https://hatena.blog","url":"https://faithandbrave.hateblo.jp/entry/20070820/1187608619","title":" C# 3.0\u306f\u5f37\u529b\u3060\u30fc","type":"rich","provider_name":"Hatena Blog","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20070820%2F1187608619\" title=\" C# 3.0\u306f\u5f37\u529b\u3060\u30fc - Faith and Brave - C++\u3067\u904a\u307c\u3046\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","version":"1.0","author_name":"faith_and_brave","image_url":null,"blog_title":"Faith and Brave - C++\u3067\u904a\u307c\u3046","categories":["C#"],"blog_url":"https://faithandbrave.hateblo.jp/","height":"190","published":"2007-08-20 20:16:59","width":"100%"}