Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- ModuleCollection
Syntax
public ModuleEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
ModuleEnumerator |
A NAnt.DotNet.Types.ModuleEnumerator for the entire collection.
|