Summary
Adds all the values to the
SourceFiles collection property and
returns this command instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- Drag
Copy Move Gui Command Base <T>
Syntax
public T WithSourceFiles(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 SourceFiles collection property.
|
Return Value
| Type | Description |
|---|---|
| T | This command instance. |