GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Struct SourceLocation

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public struct SourceLocation

Constructors

SourceLocation(Int32, Int32)

Declaration
public SourceLocation(int line, int column)
Parameters
Type Name Description
Int32 line
Int32 column

Properties

Column

Declaration
public int Column { get; }
Property Value
Type Description
Int32

Line

Declaration
public int Line { get; }
Property Value
Type Description
Int32
Back to top Copyright © 2017-2019 GraphZen LLC