CommandBase<T>.

AddArgument(string) Method

Summary

Adds the specified argument to the AdditionalArguments collection, unless it is already present.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
CommandBase<T>

Syntax

public void AddArgument(string argument)

Attributes

Type Description
EditorBrowsableAttribute

Parameters

Name Type Description
argument string The argument to add to AdditionalArguments.

Return Value

Type Description
void