摘要: public static class Extensions { public static string GetDescription(this object obj, string name) { var referencedType = obj.GetType(); return GetDescription(referencedType, name); } public static string GetDescription(Type refe... 阅读全文
posted @ 2014-01-14 04:09 bert.zeng 阅读(2761) 评论(1) 推荐(0)