DictionaryBase.InnerHashtable 屬性

定義

取得包含於 DictionaryBase 執行個體中的項目清單。

protected:
 property System::Collections::Hashtable ^ InnerHashtable { System::Collections::Hashtable ^ get(); };
protected System.Collections.Hashtable InnerHashtable { get; }
member this.InnerHashtable : System.Collections.Hashtable
Protected ReadOnly Property InnerHashtable As Hashtable

屬性值

Hashtable

表示 Hashtable 執行個體本身的 DictionaryBase

備註

On* 方法只會在 屬性所 Dictionary 傳回的實例上叫用,但不會在 屬性所傳回的 InnerHashtable 實例上叫用。

擷取這個屬性的值是 O(1) 作業。

適用於