次の方法で共有


SourceLocation.EndLine プロパティ

定義

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

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

プロパティ値

Int32

行範囲の最後の行を表す整数。

適用対象