SequencePoint.StartLine 属性

定义

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

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

属性值

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

适用于