Summary
Writes the task-specific arguments to the specified
System.Text.StringBuilder
.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .SurroundSCM - Containing Type
- SSCMFreeze
Syntax
protected override void WriteCommandLineArguments(StringBuilder argBuilder)
Parameters
Name | Type | Description |
---|---|---|
argBuilder | StringBuilder | The System.Text.StringBuilder to write the task-specific arguments to. |
Return Value
Type | Description |
---|---|
void |