DictionaryBase.InnerHashtable Proprietà

Definizione

Ottiene l'elenco degli elementi contenuti nell'istanza di DictionaryBase.

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

Valore della proprietà

Oggetto Hashtable che rappresenta l'istanza stessa di DictionaryBase.

Commenti

I metodi On* vengono richiamati solo sull'istanza restituita dalla Dictionary proprietà , ma non sull'istanza restituita dalla InnerHashtable proprietà .

Il recupero del valore di questa proprietà è un'operazione O(1) .

Si applica a