Class SourceSpan
Namespace: DotBoxD.Kernels.Model
Assembly: DotBoxD.Kernels.dll
public sealed record SourceSpan : IEquatable<SourceSpan>Inheritance
Section titled “Inheritance”Implements
Section titled “Implements”Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
Section titled “Constructors”SourceSpan(int, int)
Section titled “ SourceSpan(int, int)”public SourceSpan(int Line, int Column)Parameters
Section titled “Parameters”Line int
Column int
Properties
Section titled “Properties”Column
Section titled “ Column”public int Column { get; init; }Property Value
Section titled “Property Value”public int Line { get; init; }