Adds the elements of a Argument array to the end of the collection.
Adds the elements of a Argument array to the end of the collection.
public void AddRange(Argument[]);
Adds the elements of a ArgumentCollection to the end of the collection.
public void AddRange(ArgumentCollection);
ArgumentCollection Class | NAnt.Core.Types Namespace