SequencePoint.StartLine Property

Definition

Gets the line number of the first character in this sequence point.

public:
 property int StartLine { int get(); };
public int StartLine { get; }
member this.StartLine : int
Public ReadOnly Property StartLine As Integer

Property Value

The line number of the first character in this sequence point.

Applies to