public bool MoveNext ();

Valor de retorno

bool Returns true if the enumerator is successfully advanced to the next element. Returns false if the enumerator reaches the end of the collection.

Descripción

Advances the enumerator to the next element of the collection.