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