public bool MoveNext();

Returns

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

Description 描述

Advances the enumerator to the next element of the collection.