摘要: System.Collections.Generic.Dictionary<>; //键/值对集合System.Collections.Generic.KeyValuePair<>; //键/值对结构, 作为 Dictionary<> 的一个元素存在System.Collections.Generic.SortedDictionary<>; //相当于 Key 能自动排序 Dictionary<>System.Collections.Generic.SortedList<>; //和 SortedDictionary< 阅读全文
posted @ 2012-06-14 16:36 PirateZoro 阅读(390) 评论(0) 推荐(0)