NAnt SDK Documentation - v0.92

IResultFormatterCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

[Visual Basic]
Public Function GetEnumerator() As IResultFormatterEnumerator
[C#]
new public IResultFormatterEnumerator GetEnumerator();

Return Value

A IResultFormatterEnumerator for the entire collection.

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace