FileSystemEnumerator<TResult>.IEnumerator.Current Proprietà

Definizione

Ottiene l'oggetto attualmente visitato.

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

Valore della proprietà

Object

Oggetto attualmente visitato.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza FileSystemEnumerator<TResult> a un'interfaccia IEnumerator.

Si applica a