ImmutableList<T>.Enumerator.MoveNext 方法
定义
将枚举推进到不可变列表的下一个元素。Advances enumeration to the next element of the immutable list.
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 list.