NAnt SDK Documentation - v0.85-nightly-2005-11-09

IResultFormatterCollection.GetEnumerator Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.NUnit1.Types.IResultFormatterCollection.GetEnumerator

See Also

IResultFormatterCollection Class | NAnt.NUnit1.Types Namespace