SourceLocation.EndLine 屬性

定義

取得原始程式碼檔中一行或多行範圍內的最後一行。

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

屬性值

Int32

表示行範圍內最後一行的整數。

適用於