NAnt SDK Documentation - v0.92

PatternEnumerator.MoveNext Method 

Advances the enumerator to the next element 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 element; false if the enumerator has passed the end of the collection.

Implements

IEnumerator.MoveNext

See Also

PatternEnumerator Class | NAnt.Core.Types Namespace