Show / Hide Table of Contents

Interface ILocationProvider

Namespace: SpiceSharpParser.Common
Assembly: SpiceSharpParser.dll
Syntax
public interface ILocationProvider

Properties

| Improve this Doc View Source

EndColumnIndex

Gets end column index.

Declaration
int EndColumnIndex { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

FileName

Gets token file name.

Declaration
string FileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

LineNumber

Gets token line number.

Declaration
int LineNumber { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

StartColumnIndex

Gets start column index.

Declaration
int StartColumnIndex { get; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX