NAnt SDK Documentation - v0.92

ModuleEnumerator.MoveNext Method 

Advances the enumerator to the next item of the collection.

[Visual Basic]
NotOverridable Public Function MoveNext() As Boolean _
    Implements IEnumerator.MoveNext
[C#]
public bool MoveNext();

Return Value

true if the enumerator was successfully advanced to the next item; false if the enumerator has passed the end of the collection.

Implements

IEnumerator.MoveNext

See Also

ModuleEnumerator Class | NAnt.DotNet.Types Namespace