DictionaryBase.InnerHashtable Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la liste des éléments contenus dans l’instance 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
Valeur de propriété
Représentant Hashtable l’instance DictionaryBase elle-même.
Remarques
Les méthodes On* sont appelées uniquement sur l’instance retournée par la Dictionary propriété, mais pas sur l’instance retournée par la InnerHashtable propriété.
La récupération de la valeur de cette propriété est une O(1) opération.