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