SequencePoint.EndLine 属性

定义

获取此序列点中最后一个字符的行号。

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

属性值

此序列点中最后一个字符的行号。

适用于