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