IssueBuilder.

InFile(string, Nullable<int>, Nullable<int>) Method

Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssueBuilder

Syntax

public IssueBuilder InFile(string filePath, Nullable<int> line, Nullable<int> column)

Parameters

Name Type Description
filePath string
line Nullable<int>
column Nullable<int>

Return Value

Type Description
IssueBuilder