CommandLineArgumentCollection.

CommandLineArgumentCollection(CommandLineArgument[]) Constructor

Summary

Initializes a new instance of the NAnt.Core.Util.CommandLineArgumentCollection class with the specified array of NAnt.Core.Util.CommandLineArgument instances.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Util
Containing Type
CommandLineArgumentCollection

Syntax

public CommandLineArgumentCollection(CommandLineArgument[] value)

Parameters

Name Type Description
value CommandLineArgument[]

Return Value

Type Description
void