CommandLineArgumentCollection.

GetEnumerator() Method

Summary

Returns an enumerator that can iterate through the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentCollection

Syntax

public CommandLineArgumentEnumerator GetEnumerator()

Return Value

Type Description
CommandLineArgumentEnumerator A NAnt.Core.Util.CommandLineArgumentEnumerator for the entire collection.