Show / Hide Table of Contents

Class SpiceLineInfo

Inheritance
System.Object
SpiceLineInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: SpiceSharpParser.Models.Netlist.Spice
Assembly: SpiceSharpParser.dll
Syntax
public class SpiceLineInfo

Constructors

| Improve this Doc View Source

SpiceLineInfo()

Declaration
public SpiceLineInfo()
| Improve this Doc View Source

SpiceLineInfo(ILocationProvider)

Declaration
public SpiceLineInfo(ILocationProvider tokenLocationProvider)
Parameters
Type Name Description
ILocationProvider tokenLocationProvider

Properties

| Improve this Doc View Source

EndColumnIndex

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

FileName

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

LineNumber

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

StartColumnIndex

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