Gets the count of the sequence points in the method.
[Visual Basic] ReadOnly Property SequencePointCount As Integer [C#] int SequencePointCount {get;} [C++] int get_SequencePointCount() = 0; [JScript] abstract function get SequencePointCount() : int;
The count of the sequence points in the method.
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace