SequencePoint.EndLine プロパティ

定義

このシーケンス ポイントの最後の文字の行番号を取得します。

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

プロパティ値

このシーケンス ポイントの最後の文字の行番号。

適用対象