SymScope.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

属性值

Microsoft 中间语言 (MSIL) 的结束偏移量。 该偏移量是从当前词法范围的方法的开头的偏移量。

实现

适用于