Table of Contents

Class SourceSpan

Namespace
DotBoxD.Kernels.Model
Assembly
DotBoxD.Kernels.dll
public sealed record SourceSpan : IEquatable<SourceSpan>
Inheritance
SourceSpan
Implements
Inherited Members

Constructors

SourceSpan(int, int)

public SourceSpan(int Line, int Column)

Parameters

Line int
Column int

Properties

Column

public int Column { get; init; }

Property Value

int

Line

public int Line { get; init; }

Property Value

int