CharEnumerator.IEnumerator.Current Vlastnost

Definice

Získá aktuálně odkazovaný znak v řetězci výčtu tohoto CharEnumerator objektu. Popis tohoto člena najdete v tématu Current.

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

Hodnota vlastnosti

Object

Znak Unicode s rámečkem, na který tento CharEnumerator objekt odkazuje.

Implementuje

Výjimky

Výčet se nespustil.

-nebo-

Výčet skončil.

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze ho CharEnumerator použít pouze v případě, že je instance přetypována do IEnumerator rozhraní.

Platí pro