Summary
Adds the elements of a
NAnt.Core.DataTypeBaseBuilder
array to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Data
Type Base Builder Collection
Syntax
public void AddRange(DataTypeBaseBuilder[] items)
Parameters
Name | Type | Description |
---|---|---|
items | Data |
The array of NAnt.Core.DataTypeBaseBuilder elements to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |