Struct SourceLocation
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public struct SourceLocation
Constructors
SourceLocation(Int32, Int32)
Declaration
public SourceLocation(int line, int column)
Parameters
Properties
Column
Declaration
public int Column { get; }
Property Value
Type | Description |
---|---|
Int32 |
Line
Declaration
public int Line { get; }
Property Value
Type | Description |
---|---|
Int32 |