Gets the list of elements contained in the DictionaryBase instance.
[Visual Basic] Protected ReadOnly Property InnerHashtable As Hashtable [C#] protected Hashtable InnerHashtable {get;} [C++] protected: __property Hashtable* get_InnerHashtable(); [JScript] protected function get InnerHashtable() : Hashtable;
A System.Collections.Hashtable representing the DictionaryBase instance itself.
The On* methods are invoked only on the instance returned by the Dictionary property, but not on the instance returned by the InnerHashtable property.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
DictionaryBase Class | DictionaryBase Members | System.Collections Namespace