Class SourceSpan
public sealed record SourceSpan : IEquatable<SourceSpan>
- Inheritance
-
SourceSpan
- Implements
- Inherited Members
Constructors
SourceSpan(int, int)
public SourceSpan(int Line, int Column)
Parameters
Properties
Column
public int Column { get; init; }
Property Value
Line
public int Line { get; init; }