Summary
Returns the line range in the format
{Line}:{Column}-{EndLine}:{EndColumn}
.
- Assembly
- Cake
.Issues .dll - Namespace
- Cake
.Issues - Containing Type
- IIssueExtensions
Syntax
public static string LineRange(this IIssue issue, bool addColumn)
Parameters
Name | Type | Description |
---|---|---|
issue | IIssue | Issue for which the line range should be returned. |
addColumn | bool | Flag if column information should also be returned. |
Return Value
Type | Description |
---|---|
string | Line and column range. |