Gets the list of elements contained in the DictionaryBase instance.
[Visual Basic] Protected ReadOnly Property Dictionary As IDictionary [C#] protected IDictionary Dictionary {get;} [C++] protected: __property IDictionary* get_Dictionary(); [JScript] protected function get Dictionary() : IDictionary;
An IDictionary 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