StringRuneEnumerator.MoveNext 方法

定义

将枚举器推进到字符串的下一个 RuneAdvances 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

返回

Boolean

如果枚举器成功推进到下一项,则为 true;如果已到达字符串的末尾,则为 falsetrue if the enumerator successfully advanced to the next item; false if the end of the string has been reached.

实现

适用于