StringValues.Enumerator.MoveNext 方法
定义
将枚举数推进到集合的下一个元素。Advances the enumerator to the next element of the collection.
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 was successfully advanced to the next element; false if the enumerator has passed the end of the collection.