Version: 2022.1
言語: 日本語
public bool MoveNext ();

戻り値

bool Returns true if the enumerator is successfully advanced to the next element. Returns false if the enumerator reaches the end of the collection.

説明

Advances the enumerator to the next element of the collection.