IIssue.

Line Property

Summary

Gets the line in the file where the issues has occurred. null if the issue affects the whole file or an assembly.
Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IIssue

Syntax

Nullable<int> Line { get; }

Value

Type Description
Nullable<int>