StringRuneEnumerator.MoveNext Method

Definition

Advances the enumerator to the next Rune of the string.

public:
 virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean

Returns

true if the enumerator successfully advanced to the next item; false if the end of the string has been reached.

Implements

Applies to