SymScope.StartOffset 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当前词法范围的起始偏移量。
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) 的起始偏移量。 该偏移量是从当前词法范围的方法的开头的偏移量。