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,表示 DictionaryBase 实例本身。

注解

On* 方法仅在属性返回 Dictionary 的实例上调用,而不在属性返回的实例上 InnerHashtable 调用。

检索此属性的值是一项 O(1) 操作。

适用于