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