Initializes a new instance of the CommandLineArgumentCollection class.
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);
CommandLineArgumentCollection Class | NAnt.Core.Util Namespace