DictionaryBase::InnerHashtable Property
.NET Framework (current version)
Gets the list of elements contained in the DictionaryBase instance.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections::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.
Retrieving the value of this property is an O(1) operation.
Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Available since 10
.NET Framework
Available since 1.1
Show: