StringRuneEnumerator.IEnumerator.Current Propriedade
Definição
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
O Rune na posição atual do enumerador.The Rune 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 StringRuneEnumerator é convertida em uma interface de IEnumerator.It can be used only when the StringRuneEnumerator instance is cast to an IEnumerator interface.