2009-09-01から1ヶ月間の記事一覧

C#でシンボルを実現する

これはいい。Symbols in C# 3.0 http://themechanicalbride.blogspot.com/2007/03/symbols-on-steroids-in-c.html以下のようにobjectクラスを拡張すると public static string GetPropSym<TObj, TProp>( this TObj @this, Expression<Func<TObj, TProp>> expression) { return ((MemberExpre</func<tobj,></tobj,>…