Class SourceRange
SourceRange
public sealed class SourceRange
- Inheritance
-
SourceRange
- Inherited Members
Properties
EndColumn
endColumn
[JsonPropertyName("endColumn")]
public long EndColumn { get; set; }
Property Value
EndLine
endLine
[JsonPropertyName("endLine")]
public long EndLine { get; set; }
Property Value
StartColumn
startColumn
[JsonPropertyName("startColumn")]
public long StartColumn { get; set; }
Property Value
StartLine
startLine
[JsonPropertyName("startLine")]
public long StartLine { get; set; }