09 2014 档案

摘要:public static class TypeHelper { public static TP AutoCopy(TC source) where TP : new() { TP dest = new TP(); var ParentType = typeof(TP); v... 阅读全文
posted @ 2014-09-04 15:11 GarySun 阅读(202) 评论(0) 推荐(0)