SourceLocation.EndLine Property

Definition

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

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

Property Value

An integer representing the final line in a range of lines.

Applies to