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é

Contenant DictionaryEntry à 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. Elle ne peut être utilisée que lorsque l’instance <xref :System.Collections.Generic.OrderedDictionary'2.Enumerator> est convertie en <interface xref :System.Collections.IDictionaryEnumerator> .

S’applique à