Summary
Sets the
BundleFile
property to the specified value and
returns this DiffGuiCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Gui - Containing Type
- DiffGuiCommand
Syntax
public DiffGuiCommand WithBundleFile(string value)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
value | string |
The new value for the BundleFile property.
|
Return Value
Type | Description |
---|---|
DiffGuiCommand |
This DiffGuiCommand instance.
|