Method MoveNext
MoveNext()
Advances the enumerator to the next element of the collection.
선언
public bool MoveNext()
반환
| 타입 | 설명 |
|---|---|
| bool | true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection. |
구현
예외
| 타입 | 조건 |
|---|---|
| InvalidOperationException | The collection was modified after the enumerator was created. |