Table of Contents

Class SymbolLocation

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

Represents information about location of the code symbol.

public class SymbolLocation
Inheritance
SymbolLocation

Properties

Column

Gets or sets column number of symbol.

FileName

Gets or sets the name of the file where symbol is located.

InSource

Gets boolean value, indicating if symbol is located within source file.

Line

Gets or sets line number of symbol.

Symbol

Gets or sets a code symbol which location is represented by this SymbolLocation.

Methods

EqualsTo(SymbolLocation)

Returns true if symbol location is equal to the given object