Share via


FileSystemEnumerator<TResult>.IEnumerator.Current Vlastnost

Definice

Získá aktuálně navštívený objekt.

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

Aktuálně navštívený objekt.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v FileSystemEnumerator<TResult> případě, že je instance přetypovaná na IEnumerator rozhraní.

Platí pro