SequencePoint.EndLine 屬性

定義

取得這個序列點中最後一個字元的行號。

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

屬性值

Int32

這個序列點中最後一個字元的行號。

適用於