SymbolLocation Class
Definition
Namespace: Alternet.Common
Assembly: Alternet.Common.v9.dll
Represents information about location of the code symbol.
Syntax
public class 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 |
Methods
EqualsTo(SymbolLocation) | Returns true if symbol location is equal to the given object |