NAnt SDK Documentation - v0.92

ProjectEntryCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A ProjectEntryEnumerator for the entire collection.

See Also

ProjectEntryCollection Class | NAnt.VSNet Namespace