{"blog_url":"https://fezg00.hatenadiary.org/","title":"\u6700\u5927\u6570\u4ee5\u4e0a\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u3068\u53e4\u3044\u3082\u306e\u304b\u3089\u524a\u9664\u3055\u308c\u308b\u30ea\u30b9\u30c8","image_url":null,"url":"https://fezg00.hatenadiary.org/entry/20111021/1319167298","author_url":"https://blog.hatena.ne.jp/fezg00/","published":"2011-10-21 12:21:38","type":"rich","provider_name":"Hatena Blog","author_name":"fezg00","description":"new\u3068\u304b\u3042\u307e\u308a\u4f7f\u3044\u305f\u304f\u306f\u306a\u3044\u3093\u3060\u3051\u3069\u3002\u3059\u3079\u3066\u3092\u30e9\u30c3\u30d7\u3059\u308b\u306e\u306f\u3081\u3093\u3069\u3044\u3093\u3067\u3002 public class LimitedList<T> : List<T> { private int _maxItemCount; public int MaxItemCount { get { return _maxItemCount; } set { _maxItemCount = value; if ( Count > _maxItemCount ) { RemoveRange( 0, Count - MaxItemCount ); } } } public new void Add( T item ) { \u2026","categories":["C#","Sample"],"provider_url":"https://hatena.blog","version":"1.0","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Ffezg00.hatenadiary.org%2Fentry%2F20111021%2F1319167298\" title=\"\u6700\u5927\u6570\u4ee5\u4e0a\u306e\u30a2\u30a4\u30c6\u30e0\u3092\u8ffd\u52a0\u3059\u308b\u3068\u53e4\u3044\u3082\u306e\u304b\u3089\u524a\u9664\u3055\u308c\u308b\u30ea\u30b9\u30c8 - Memo+\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","height":"190","blog_title":"Memo+","width":"100%"}