FileSystemEnumerator<TResult>.IEnumerator.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

属性值

当前访问的对象。

实现

注解

此成员是显式接口成员的实现。 它只能在 FileSystemEnumerator<TResult> 实例被强制转换为 IEnumerator 接口时使用。

适用于