2015年11月20日

List泛型类的方法及使用

摘要: static void Main(string[] args) { List custs = new List(); custs.Add(new Customer() { ID = 1 }); custs.Add(new... 阅读全文

posted @ 2015-11-20 17:42 liuslayer 阅读(1231) 评论(0) 推荐(0)

导航