你说的是以 键,值对的形式存储数据有几中选择
HashTable 哈希表
ArrayList 是一种动态增长的数组
SortedList 推崇使用这个 功能比较综合
HashTable ht = new HashTable();
ht.Add("count", 1);
Convert.ToInt32(ht["count"])=1
Directory
是HashMap HashTable吗
HashTable Directory HashMap
dictionary ,hashtable