Version: 2022.3
언어: 한국어
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.