SymScope.StartOffset 属性

定义

获取当前词法范围的起始偏移量。

public:
 virtual property int StartOffset { int get(); };
public override int StartOffset { get; }
public virtual int StartOffset { get; }
member this.StartOffset : int
Public Overrides ReadOnly Property StartOffset As Integer
Public Overridable ReadOnly Property StartOffset As Integer

属性值

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

实现

适用于