FileSystemEnumerator<TResult>.Current プロパティ

定義

現在アクセスしている要素を取得します。

public:
 property TResult Current { TResult get(); };
public TResult Current { get; }
member this.Current : 'Result
Public ReadOnly Property Current As TResult

プロパティ値

TResult

現在アクセスされている要素。

実装

適用対象