NAnt SDK Documentation - v0.92

FormatterCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A FormatterEnumerator for the entire collection.

See Also

FormatterCollection Class | NAnt.Core.Types Namespace