Summary
Allows tasks to add their task-specific arguments to the collection of arguments to be passed to the
PVCS command-line tool.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .PVCS - Containing Type
- PVCSTask
Syntax
protected abstract void AddCommandLineArguments(PVCSCommandArgumentCollection arguments)
Parameters
| Name | Type | Description |
|---|---|---|
| arguments | P |
The collection of arguments. |
Return Value
| Type | Description |
|---|---|
| void |
