Summary
Advances the enumerator to the next element of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- ArgumentEnumerator
Syntax
public bool MoveNext()
Return Value
Type | Description |
---|---|
bool |
true if the enumerator was successfully advanced
to the next element; false if the enumerator has
passed the end of the collection.
|