PVCSCommandArgument.

PVCSCommandArgument(string) Constructor

Summary

Constructs an instance of PVCSCommandArgument with the specified information. No value is applied and the argument has a position of NAnt.Contrib.Tasks.PVCS.PVCSCommandArgumentPosition.Middle.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSCommandArgument

Syntax

public PVCSCommandArgument(string command)

Parameters

Name Type Description
command string The command string.

Return Value

Type Description
void