NAnt SDK Documentation - v0.92

TaskBuilderCollection.AddRange Method

Adds the elements of a TaskBuilder array to the end of the collection.

Overload List

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);

See Also

TaskBuilderCollection Class | NAnt.Core Namespace