.NET Framework Class Library  

DictionaryBase.Dictionary Property

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;

Property Value

An IDictionary 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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

DictionaryBase Class | DictionaryBase Members | System.Collections Namespace