Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- PackageCollection
Syntax
public PackageEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
PackageEnumerator |
A NAnt.DotNet.Types.PackageEnumerator for the entire collection.
|