OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Entry 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 fois la clé et la valeur de l’entrée de dictionnaire actuelle.
property System::Collections::DictionaryEntry System::Collections::IDictionaryEnumerator::Entry { System::Collections::DictionaryEntry get(); };
System.Collections.DictionaryEntry System.Collections.IDictionaryEnumerator.Entry { get; }
member this.System.Collections.IDictionaryEnumerator.Entry : System.Collections.DictionaryEntry
ReadOnly Property Entry As DictionaryEntry Implements IDictionaryEnumerator.Entry
Valeur de propriété
Une DictionaryEntry contenant à la fois la clé et la valeur de l’entrée de dictionnaire actuelle.
Implémente
Remarques
Ce membre est une implémentation explicite de membre d’interface. Il ne peut être utilisé que lorsque l’instance <xref :System.Collections.Generic.OrderedDictionary'2.Enumerator> est convertie en interface <xref :System.Collections.IDictionaryEnumerator>.