zwei1121

博客园 首页 新随笔 联系 订阅 管理

2014年10月22日 #

摘要: public static T ConvertAndAssignment(this object obj) where T : new() { T t = new T(); PropertyInfo[] propertys = obj.Get... 阅读全文
posted @ 2014-10-22 17:33 zwei 阅读(549) 评论(0) 推荐(0) 编辑