Class Location
Represents a code location.
public class Location
- Inheritance
-
Location
- Inherited Members
- Extension Methods
Properties
Column
The column of the first character of the location.
public int Column { get; set; }
Property Value
File
The file of the location.
public string File { get; set; }
Property Value
Length
The length of the location.
public int Length { get; set; }
Property Value
Line
The code line of the location.
public int Line { get; set; }