Summary
Adds all the values to the
Paths
collection property and
returns this AddCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- AddCommand
Syntax
public AddCommand WithPaths(params string[] values)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
values | string[] |
An array of values to add to the Paths collection property.
|
Return Value
Type | Description |
---|---|
AddCommand |
This AddCommand instance.
|