FileSystemEnumerator<TResult>.Current Property

Definition

Gets the currently visited element.

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

Property Value

TResult

The currently visited element.

Implements

Applies to