会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
thornfiled_he
博客园
首页
新随笔
联系
订阅
管理
2009年5月14日
.net 中Dictionary的遍历
摘要: Dictionary<int, int> dict = new Dictionary<int, int>(); dict.Add(200, 1); dict.Add(100, 2); dict.Add(50, 3); dict.Add(20, 4); foreach( KeyValuePair<int,int> entry in dict) { Console....
阅读全文
posted @ 2009-05-14 11:56 何翔华
阅读(353)
评论(0)
推荐(0)
编辑
公告