Summary
    Advances the enumerator to the next element of the collection.
    
		- Assembly
- NAnt.NUnit1 .dll 
- Namespace
- NAnt.NUnit1 .Types 
- Containing Type
- IResult Formatter Enumerator 
Syntax
public bool MoveNext()Return Value
| Type | Description | 
|---|---|
| bool | trueif the enumerator was successfully advanced 
    to the next element;falseif the enumerator has 
    passed the end of the collection. | 
