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

属性值

变量的结束偏移量。

实现

注解

此属性仅适用于局部变量。

适用于