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