SequencePoint.Offset Property

Definition

Gets the IL offset of this sequence point from the start of the method body, in bytes.

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

Property Value

The IL offset of this sequence point from the start of the method body, in bytes.

Applies to