FileSystemEnumerator<TResult>.MoveNext Method

Definition

Advances the enumerator to the next item of the FileSystemEnumerator<TResult>.

public:
 virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

true if the enumerator successfully advanced to the next item; false if the end of the enumerator has been passed.

Implements

Applies to