摘要: public static class EmitDynamicProperty { private static ConcurrentDictionary<string, Delegate> action = new ConcurrentDictionary<string, Delegate>(); public static TRet DynamicGetProperty<TRet>(this object obj, string propertyName) { var type = obj.GetType(); ... 阅读全文
posted @ 2012-07-31 10:21 阿牛 阅读(284) 评论(0) 推荐(0) 编辑