Summary
Initializes a new instance of the
OpenCoverRegisterOption class.
- Namespace
- Cake
.Common .Tools .OpenCover - Containing Type
- Open
Cover Register Option
Syntax
protected OpenCoverRegisterOption(string commandLineValue)
Remarks
Note that no value (
null or string.Empty) is valid.
However, if a value exists it NEEDS to start with a colon (":").
Parameters
| Name | Type | Description |
|---|---|---|
| commandLineValue | string | The value, as required for the commandline. |
Return Value
| Type | Description |
|---|---|
| void |
