NSDirectoryEnumerator.IEnumerator<String>.Current Property

Definition

Gets the current element.

string System.Collections.Generic.IEnumerator<System.String>.Current { get; }
System.Collections.Generic.IEnumerator<System.String>.Current

Property Value

The current element.

Implements

Applies to