SourceLocation.EndColumn プロパティ

定義

ソース コード ファイル内の 1 つ以上の列の範囲内の最後の列を取得します。

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

プロパティ値

列の範囲内の最後の列を表す整数。

適用対象