Summary
Adds all specified command arguments to this collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- P
V C S Command Argument Collection
Syntax
public void AddRange(ICollection commandArguments)
Parameters
| Name | Type | Description |
|---|---|---|
| commandArguments | ICollection | The collection of command arguments to add. |
Return Value
| Type | Description |
|---|---|
| void |
