SourceLineInfo(string, int, int)
Initializes a new SourceLineInfo.
Declaration
public SourceLineInfo(string file, int line, int column)
Parameters
Type | Name | Description |
---|---|---|
string | file | Path to the source code file. |
int | line | Line in |
int | column | Column in |