MethodDefinitionHandleCollection.Enumerator.IEnumerator.Current Propriedade

Definição

Obtém o elemento na coleção na posição atual do enumerador.Gets the element in the collection at the current position of the enumerator.

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 da propriedade

Object

O elemento na coleção na posição atual do enumerador.The element in the collection at the current position of the enumerator.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a instância de MethodDefinitionHandleCollection.Enumerator é convertida em uma interface de IEnumerator.It can be used only when the MethodDefinitionHandleCollection.Enumerator instance is cast to an IEnumerator interface.

Aplica-se a