DictionaryBase.InnerHashtable Propiedad

Definición

Obtiene la lista de elementos incluidos en la instancia de 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

Valor de propiedad

Hashtable

Hashtable que representa la propia instancia de DictionaryBase.

Comentarios

Los métodos On* solo se invocan en la instancia devuelta por la Dictionary propiedad , pero no en la instancia devuelta por la InnerHashtable propiedad .

Recuperar el valor de esta propiedad es una O(1) operación.

Se aplica a