摘要: 泛型 List 实现泛型接口 IComparer 排序速度快,效率高,内部使用的排序算法为快速排序。 using System; using System.Collections.Generic; namespace ListSort { class Program { static void Main(string[] args) { //初始化List<Obj> L... 阅读全文
posted @ 2009-04-16 21:03 小贱 阅读(2010) 评论(0) 推荐(0) 编辑