Class PositionTickInfo
Specifies a number of samples attributed to a certain source position.
public sealed class PositionTickInfo
- Inheritance
-
PositionTickInfo
- Inherited Members
Properties
Line
Source line number (1-based).
[JsonPropertyName("line")]
public long Line { get; set; }
Property Value
Ticks
Number of samples attributed to the source line.
[JsonPropertyName("ticks")]
public long Ticks { get; set; }