SourceLocation.EndLine プロパティ

定義

ソース コード ファイル内の 1 行以上の範囲の最後の行を取得します。

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

プロパティ値

行の範囲内の最終行を表す整数。

適用対象