DictionaryBase.InnerHashtable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.