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