Summary
Completely skip checks related to case-collision problems.
- Assembly
- Mercurial
.Net .dll - Namespace
- Mercurial
.Extensions .CaseGuard - Containing Type
- Case
Guard Add Command Extensions
Syntax
public static AddCommand WithoutCaseGuarding(this AddCommand command)
Parameters
| Name | Type | Description |
|---|---|---|
| command | AddCommand |
The AddCommand to modify.
|
Return Value
| Type | Description |
|---|---|
| AddCommand |
The specified AddCommand command object, for the
fluent interface.
|