ICommand.

AdditionalArguments Property

Summary

Gets any additional arguments to the Command, or an empty collection if there are none.
Assembly
Mercurial.Net.dll
Namespace
Mercurial
Containing Type
ICommand

Syntax

Collection<string> AdditionalArguments { get; }

Value

Type Description
Collection<T>