SequencePoint.StartColumn プロパティ

定義

このシーケンス ポイントの最初の文字の列番号を取得します。

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

プロパティ値

このシーケンス ポイントの最初の文字の列番号。

適用対象