爲什麼在 C# 中字典優先於哈希表? - Why is Dictionary preferred over Hashtable in C#?

問題:

In most programming languages, dictionaries are preferred over hashtables.在大多數編程語言中,字典比哈希表更受歡迎。 What are the reasons behind that?這背後的原因是什麼?


解決方案:

參考一: https://stackoom.com/question/1GOp
參考二: Why is Dictionary preferred over Hashtable in C#?
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章