Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Dictionary<TKey,TValue>.net中的底层数据结构是什么?它是一个哈希表吗?
Dictionary<TKey,TValue>
我还有一个问题,是否有任何常用的通用集合使用链表作为底层数据结构?
Dictionary 类是一个类型安全的 Hashtable 实现,并对键和值进行强类型化。
资源
字典在封面下使用一组条目。源代码可在此处获得:
http://www.dotnetframework.org/default.aspx/4@0/4@0/untmp/DEVDIV_TFS/Dev10/Releases/RTMRel/ndp/clr/src/BCL/System/Collections/Generic/Dictionary@cs/ 1305376/字典@cs