SequencePoint.Offset 屬性

定義

從方法主體的開頭,取得這個序列點的 IL 位移,以位元組為單位。

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

屬性值

Int32

這個序列點的 IL 位移,從方法主體的開頭,以位元組為單位。

適用於