SourceLocation.EndLine 属性

定义

获取源代码文件中由一个或多个行组成的范围中的最后一行。

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

属性值

Int32

一个表示行范围中最后一行的整数。

适用于