ISymbolMethod.SequencePointCount Property

Definition

Gets a count of the sequence points in the method.

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

Property Value

The count of the sequence points in the method.

Applies to