是否有一個屬性或方法無法使用IDictionary對象執行,因爲它可以使用Dictionary來執行。在Dictionary <TKey,TValue>而不是IDictionary中可以訪問哪些屬性和方法
字典和IDictionary的其他區別在下面的鏈接中。
A difference in style: IDictionary vs Dictionary
What is the difference between dictionary(Of String, String) and IDictionary(Of String, String)
IDictionary<string, string> versus Dictionary<string, string>
我想知道什麼是所有這一切都解釋下公開的屬性和方法,IDictionary的下隱藏。
由於事先
阿倫
我想你會通過在msdn網站上比較他們的頁面找到最好的答案。 –