摘要:
System.Collections.Hashtable 类以及 System.Collections.Generic.Dictionary<TKey, TValue> 和 System.Collections.Concurrent.ConcurrentDictionary<TKey, TValue> 泛型类实现了 System.Collections.IDictionary 接口。 Dictionary<TKey, TValue> 泛型类还实现 IDictionary<TKey, TValue> 泛型接口。 因此,这些集合中的每个元素都是一个键 阅读全文