SymMethod.SequencePointCount Property

Definition

Gets a count of the sequence points in the method.

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

Property Value

The count of the sequence points in the method.

Implements

Applies to