SymVariable.EndOffset プロパティ

定義

変数の終了オフセットをその変数のスコープ内から取得します。

public:
 virtual property int EndOffset { int get(); };
public override int EndOffset { get; }
public virtual int EndOffset { get; }
member this.EndOffset : int
Public Overrides ReadOnly Property EndOffset As Integer
Public Overridable ReadOnly Property EndOffset As Integer

プロパティ値

Int32

変数の終了オフセット。

実装

注釈

このプロパティは、ローカル変数にのみ適用されます。

適用対象