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

屬性值

變數的結束位移。

實作

備註

此屬性只適用於局部變數。

適用於