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