SourceLineInfo(string?, int, int)
Initializes a new instance of the SourceLineInfo struct.
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 |