Edit

Share via


FileSystemEnumerator<TResult>.TransformEntry(FileSystemEntry) Method

Definition

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

Parameters

Returns

TResult

Applies to