Summary
Enumerates the
NAnt.DotNet.Types.Module
items of a NAnt.DotNet.Types.ModuleCollection
.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Interfaces
-
- IEnumerator
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IEnumerator"]
Type["ModuleEnumerator"]
class Type type-node
Syntax
public class ModuleEnumerator : IEnumerator
Properties
Methods
Name | Value | Summary |
---|---|---|
MoveNext |
bool |
Advances the enumerator to the next item of the collection.
|
Reset |
void |
Sets the enumerator to its initial position, which is before the
first item in the collection.
|