摘要: 地球人都知道 构建通用的功能 泛型和反射是必不可少的,然后现在很多人都用ORM实体框架+泛型也可以构建但其内部也是通过反射实现的。解开迷雾 见天日吧。---c#代码 public class Boy { public int BoyId { get; set; } public string BoyName { get; set; } } public class Girl { public int GirlId { get; set; } public string GirlName { get; set; ... 阅读全文
posted @ 2013-01-07 15:44 哈哈2222 阅读(2449) 评论(7) 推荐(2) 编辑