Summary
Adds the value to the
FileNames collection property and
returns this UnbundleCommand instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- UnbundleCommand
Syntax
public UnbundleCommand WithFileName(string value)
Remarks
This method is part of the fluent interface.
Parameters
| Name | Type | Description |
|---|---|---|
| value | string |
The value to add to the FileNames collection property.
|
Return Value
| Type | Description |
|---|---|
| UnbundleCommand |
This UnbundleCommand instance.
|