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/Dictionary@cs