SourceLocation.StartLine Property

Definition

Gets the first line in a range of one or more lines in the source code file.

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

Property Value

An integer representing a line a range of lines.

Applies to