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

BuildListenerCollection.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 BuildListenerEnumerator
[C#]
new public BuildListenerEnumerator GetEnumerator();

Return Value

A BuildListenerEnumerator for the entire collection.

Remarks

Missing <remarks> documentation for M:NAnt.Core.BuildListenerCollection.GetEnumerator

See Also

BuildListenerCollection Class | NAnt.Core Namespace