Summary
Advances the enumerator to the next element of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Dictionary 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. |