Adds the elements of a CommandLineArgument array to the end of the collection.
Adds the elements of a CommandLineArgument array to the end of the collection.
public void AddRange(CommandLineArgument[]);
Adds the elements of a CommandLineArgumentCollection to the end of the collection.
public void AddRange(CommandLineArgumentCollection);
CommandLineArgumentCollection Class | NAnt.Core.Util Namespace