MethodDataCollection.MethodDataEnumerator.IEnumerator.Current Propriedade

Definição

Obtém o objeto atual na coleção.Gets the current object in the collection.

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

Retorna o elemento atual da coleção.Returns the current element in the collection.

Implementações

Exceções

A coleção foi modificada depois da criação do enumerador.The collection was modified after the enumerator was created.

Aplica-se a