FileSystemEnumerator<TResult>.TransformEntry(FileSystemEntry) メソッド

定義

派生クラスでオーバーライドされると、現在のエントリから結果の型が生成されます。

protected:
 abstract TResult TransformEntry(System::IO::Enumeration::FileSystemEntry % entry);
protected abstract TResult TransformEntry(ref System.IO.Enumeration.FileSystemEntry entry);
abstract member TransformEntry : FileSystemEntry -> 'Result
Protected MustOverride Function TransformEntry (ByRef entry As FileSystemEntry) As TResult

パラメーター

entry
FileSystemEntry

ファイル システム エントリ参照。

返品

TResult

現在のエントリからの結果の型。

適用対象