Summary
Advances the enumerator to the next element of the collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Containing Type
- Xml
Schema Reference Enumerator
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.
|