Summary
Returns an enumerator that can iterate through the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Util - Containing Type
- Command
Line Argument Collection
Syntax
public CommandLineArgumentEnumerator GetEnumerator()
Return Value
Type | Description |
---|---|
Command |
A NAnt.Core.Util.CommandLineArgumentEnumerator for the entire collection.
|