Method MoveNext
MoveNext()
Advances the enumerator to the next character, returning true if Current is valid to read afterwards.
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
bool | True if Current is valid to read after the call. |