NAnt SDK Documentation - v0.92

CommandLineArgumentCollection Constructor

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