SSCMTask.

WriteCommandLineArguments(StringBuilder) Method

Summary

Writes the task-specific arguments to the specified System.Text.StringBuilder.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.SurroundSCM
Containing Type
SSCMTask

Syntax

protected abstract 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