OrderedDictionary<TKey,TValue>.Enumerator.IDictionaryEnumerator.Entry Propiedad

Definición

Obtiene la clave y el valor de la entrada del diccionario actual.

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

Valor de propiedad

Un DictionaryEntry que contiene la clave y el valor de la entrada del diccionario actual.

Implementaciones

Comentarios

Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la instancia de <xref:System.Collections.Generic.OrderedDictionary'2.Enumerator> se convierte en una interfaz <xref:System.Collections.IDictionaryEnumerator>.

Se aplica a