Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Task
Builder Collection
Syntax
public TaskBuilderEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
Task |
A NAnt.Core.TaskBuilderEnumerator for the entire collection.
|