SequencePoint.EndColumn 属性

定义

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

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

属性值

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

适用于