Mono Class Library: System.CharEnumerator Overview | Members

System.CharEnumerator.MoveNext Method

Advances the current instance to the next element of the string if and only if the current instance is not already placed beyond the final element of the string. [Edit]

public bool MoveNext ()

Returns

true if the enumerator was successfully advanced to the next element; otherwise, false. [Edit]

Remarks

If the enumerator is positioned after the final element of the string when this method is called, the current instance remains in its current position and false is returned. [Edit]

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0