Table of Contents

Class Location

Namespace
Dassie.Text
Assembly
dstx.dll

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

int

File

The file of the location.

public string File { get; set; }

Property Value

string

Length

The length of the location.

public int Length { get; set; }

Property Value

int

Line

The code line of the location.

public int Line { get; set; }

Property Value

int