FileSystemEnumerator<TResult>.MoveNext Método
Definição
Avança o enumerador para o próximo item do FileSystemEnumerator<TResult>.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
Retornos
true se o enumerador foi avançado com êxito para o próximo item; false se o final do enumerador foi ultrapassado.true if the enumerator successfully advanced to the next item; false if the end of the enumerator has been passed.