NAnt SDK Documentation - v0.92

ProjectBaseCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A ProjectBaseEnumerator for the entire collection.

See Also

ProjectBaseCollection Class | NAnt.VSNet Namespace