Summary
Gets the collection which additional arguments can be added into. This collection
is exposed for extensions, so that they have a place to add all their
extra arguments to the Mercurial command line client.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- CommandBase
<T>
Syntax
public Collection<string> AdditionalArguments { get; }
Remarks
Note that all of these arguments will be appended to the end of the command line,
after all the normal arguments supported by the command classes.
Value
Type | Description |
---|---|
Collection |