PathSegmentCollection.Enumerator.MoveNext メソッド
定義
列挙子をコレクションの次の要素に進めます。Advances the enumerator to the next element in 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 successfully advanced to the next element; false
if the enumerator has passed the end of the collection.
実装
例外
PathSegmentCollection が、列挙子の作成後に変更されました。The PathSegmentCollection was modified after the enumerator was created.