{"type":"rich","version":"1.0","blog_title":"Faith and Brave - C++\u3067\u904a\u307c\u3046","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffaithandbrave.hateblo.jp%2Fentry%2F20080605%2F1212657268\" title=\" Extension Method - IEnumerable - 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>","blog_url":"https://faithandbrave.hateblo.jp/","width":"100%","image_url":null,"author_url":"https://blog.hatena.ne.jp/faith_and_brave/","description":"using System; using System.Linq; using System.Collections.Generic; namespace Shand.Extension { public static partial class Extensions { public static bool IsEmpty<T>(this IEnumerable<T> source) { return source.Count() == 0; } public static void ForEach<T>(this IEnumerable<T> source, Action<T> action\u2026","url":"https://faithandbrave.hateblo.jp/entry/20080605/1212657268","provider_url":"https://hatena.blog","published":"2008-06-05 18:14:28","provider_name":"Hatena Blog","height":"190","title":" Extension Method - IEnumerable","author_name":"faith_and_brave","categories":["C#"]}