StringRuneEnumerator.MoveNext 方法
定义
public:
virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
返回
如果枚举器成功推进到下一项,则为 true;如果已到达字符串的末尾,则为 false。true if the enumerator successfully advanced to the next item; false if the end of the string has been reached.