NAnt SDK Documentation - v0.85-nightly-2005-11-09

CommandLineArgumentCollection Constructor

[This is preliminary documentation and subject to change.]

Initializes a new instance of the CommandLineArgumentCollection class.

Overload List

Initializes a new instance of the CommandLineArgumentCollection class.

public CommandLineArgumentCollection();

Initializes a new instance of the CommandLineArgumentCollection class with the specified array of CommandLineArgument instances.

public CommandLineArgumentCollection(CommandLineArgument[]);

Initializes a new instance of the CommandLineArgumentCollection class with the specified CommandLineArgumentCollection instance.

public CommandLineArgumentCollection(CommandLineArgumentCollection);

See Also

CommandLineArgumentCollection Class | NAnt.Core.Util Namespace