Compartir a través de


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

Definición

Obtiene la clave de la entrada del diccionario actual.

property System::Object ^ System::Collections::IDictionaryEnumerator::Key { System::Object ^ get(); };
object System.Collections.IDictionaryEnumerator.Key { get; }
member this.System.Collections.IDictionaryEnumerator.Key : obj
 ReadOnly Property Key As Object Implements IDictionaryEnumerator.Key

Valor de propiedad

Clave del elemento actual de la enumeración.

Implementaciones

Key

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