ISymbolVariable.EndOffset 属性
定义
获取变量范围内的变量的结束偏移量。Gets the end offset of a variable within the scope of the variable.
public:
property int EndOffset { int get(); };
public int EndOffset { get; }
member this.EndOffset : int
Public ReadOnly Property EndOffset As Integer
属性值
变量的结束偏移量。The end offset of the variable.
注解
此属性仅适用于局部变量。This property only applies to local variables.