Summary
Sets the
Similarity
property to the specified value and
returns this AddRemoveCommand
instance.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
- Containing Type
- AddRemoveCommand
Syntax
public AddRemoveCommand WithSimilarity(int value = 100)
Remarks
This method is part of the fluent interface.
Parameters
Name | Type | Description |
---|---|---|
value | int |
The new value for the Similarity property,
defaults to 100 .
|
Return Value
Type | Description |
---|---|
AddRemoveCommand |
This AddRemoveCommand instance.
|