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, Object commandValue)
Parameters
| Name | Type | Description |
|---|---|---|
| command | string | The command string for the new command. |
| commandValue | Object |
The command value for the new command, or null if no value applies.
|
Return Value
| Type | Description |
|---|---|
| void |
