Method IEnumerator.MoveNext
IEnumerator.MoveNext()
Overload for MoveNext().
Declaration
bool IEnumerator.MoveNext()
Returns
| Type | Description | 
|---|---|
| Boolean | Returns true if the enumerator can advance to the next element in the collectin. Returns false otherwise.  |