Partager via


OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Entry Propriété

Définition

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>.

S’applique à