CharlesChen's Technical Space

简单实用是我一直在软件开发追求的目标(I Focus on. Net technology, to make the greatest efforts to enjoy the best of life.)
Not the best, only better
  博客园  :: 首页  :: 联系 :: 订阅 订阅  :: 管理

2008年1月29日

摘要: 很多文章都有写到Hashtable有内部的排序机制,如果要自定义排序的话就要自己写算法来实现的:听起来很抽象,我一向喜欢简单实用的东西,我下面就来总结总结怎样来实现自定义排序Hashtable. 先看看普通的Hashtable的基本实现: public static void Main() { Hashtable ht = new Hashtab... 阅读全文

posted @ 2008-01-29 09:59 Charles Chen 阅读(16733) 评论(34) 推荐(3)