OrderedDictionary<TKey,TValue>.KeyCollection.Enumerator.IEnumerator.Current Propiedad

Definición

Obtiene el elemento de la colección en la posición actual del enumerador.

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

Valor de propiedad

Elemento de la colección en la posición actual del enumerador.

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.KeyCollection.Enumerator> se convierte en una interfaz <xref:System.Collections.IEnumerator>.

Se aplica a