摘要:
主要是将两组数组合到list<T>(泛型)中进行搜索和排序Example搜索List<Person>people=newList<Person>();people.Add(newPerson(50,"Fred"));people.Add(newPerson(30,"John"));people.Add(newPerson(26,"Andrew"));people... 阅读全文
posted @ 2008-01-24 23:45
杨少
阅读(434)
评论(0)
推荐(0)