Summary
Adds a new command argument to this collection with the specified information.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- P
V C S Command Argument Collection
Syntax
public void Add(string command)
Parameters
| Name | Type | Description |
|---|---|---|
| command | string | The command string for the new command. |
Return Value
| Type | Description |
|---|---|
| void |
