NAnt SDK Documentation - v0.92

ModuleCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A ModuleEnumerator for the entire collection.

See Also

ModuleCollection Class | NAnt.DotNet.Types Namespace