摘要:
注意到 CollectionBase.InnerList属性,这是一个protected 属性,得到一个包含了CollectionBase中的元素的ArrayList。所以可以调用ArrayList.Sort()来实现排序。using System;public class Person { public Person(string name, int age) { this.Name = nam... 阅读全文
posted @ 2008-08-19 14:50
峻祁连
阅读(739)
评论(0)
推荐(0)
浙公网安备 33010602011771号