PVCSCommandArgument.

PVCSCommandArgument(string, Object) Constructor

Summary

Constructs an instance of PVCSCommandArgument with the specified information. 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, Object commandValue)

Parameters

Name Type Description
command string The command string.
commandValue Object The value for the command, or null if no value applies.

Return Value

Type Description
void