NAnt SDK Documentation - v0.92

TaskBuilderCollection.AddRange Method (TaskBuilder[])

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

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As TaskBuilder() _
)
[C#]
public void AddRange(
   TaskBuilder[] items
);

Parameters

items
The array of TaskBuilder elements to be added to the end of the collection.

See Also

TaskBuilderCollection Class | NAnt.Core Namespace | TaskBuilderCollection.AddRange Overload List