NAnt SDK Documentation - v0.92

PackageCollection.GetEnumerator Method 

Returns an enumerator that can iterate through the collection.

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

Return Value

A PackageEnumerator for the entire collection.

See Also

PackageCollection Class | NAnt.DotNet.Types Namespace