CommandLineArgumentCollection.

CommandLineArgumentCollection(CommandLineArgumentCollection) Constructor

Summary

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

Syntax

public CommandLineArgumentCollection(CommandLineArgumentCollection value)

Parameters

Name Type Description
value CommandLineArgumentCollection

Return Value

Type Description
void