会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
峻祁连. Moving to Cloud/Mobile
Cloud, Mobile, MapGuide OpenSource/Enterprise, AutoCAD Map 3D, Civil 3D, and more...
博客园
首页
新随笔
联系
订阅
管理
2008年8月19日
为collection增加排序功能
摘要: 注意到 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 峻祁连
阅读(734)
评论(0)
推荐(0)
编辑