SymScope.EndOffset 属性

定义

获取当前词法范围的结束偏移量。Gets the end offset of the current lexical scope.

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

Microsoft 中间语言 (MSIL) 的结束偏移量。The ending Microsoft intermediate language (MSIL) offset. 该偏移量是从当前词法范围的方法的开头的偏移量。The offset is from the beginning of the method of the current lexical scope.

实现

适用于