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