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