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