ImmutableList<T>.Enumerator.IEnumerator.Current Propriedade

Definição

O elemento atual.The current element.

property System::Object ^ System::Collections::IEnumerator::Current { System::Object ^ get(); };
object System.Collections.IEnumerator.Current { 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

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 ImmutableList<T>.Enumerator é convertida em uma interface de IEnumerator.It can be used only when the ImmutableList<T>.Enumerator instance is cast to an IEnumerator interface.

Aplica-se a