SourceLocation.EndColumn 属性

定义

获取源代码文件中一个或多个列范围内的最后一列。

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

属性值

一个整数,表示列中的最后一列。

适用于