Class SourceCodeLocation
SourceCodeLocation
public sealed class SourceCodeLocation
- Inheritance
-
SourceCodeLocation
- Inherited Members
Properties
ColumnNumber
columnNumber
[JsonPropertyName("columnNumber")]
public long ColumnNumber { get; set; }
Property Value
LineNumber
lineNumber
[JsonPropertyName("lineNumber")]
public long LineNumber { get; set; }
Property Value
ScriptId
scriptId
[JsonPropertyName("scriptId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScriptId { get; set; }
Property Value
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }