SequencePoint.Offset 属性

定义

获取此序列点从方法主体开头的 IL 偏移量(以字节为单位)。

public:
 property int Offset { int get(); };
public int Offset { get; }
member this.Offset : int
Public ReadOnly Property Offset As Integer

属性值

此序列点与方法主体开头的 IL 偏移量(以字节为单位)。

适用于