NAnt SDK Documentation - v0.92

FormatterElementCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A FormatterElementEnumerator for the entire collection.

See Also

FormatterElementCollection Class | NAnt.NUnit.Types Namespace