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
posted @ 2015-11-20 17:42
posted @ 2015-11-16 11:30