CommandBase<T>.

CommandBase(string) Constructor

Summary

Initializes a new instance of the CommandBase<T> class.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommandBase<T>

Syntax

protected CommandBase(string command)

Parameters

Name Type Description
command string The name of the command that will be passed to the Mercurial or TortoiseHg command line client.

Return Value

Type Description
void