DictionaryBase.InnerHashtable 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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)
操作。