DictionaryBase.InnerHashtable Property

Definition

Gets the list of elements contained in the DictionaryBase instance.

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

Property Value

A Hashtable representing the DictionaryBase instance itself.

Remarks

The On* methods are invoked only on the instance returned by the Dictionary property, but not on the instance returned by the InnerHashtable property.

Retrieving the value of this property is an O(1) operation.

Applies to