ISymbolMethod.SequencePointCount 属性
定义
获取方法中序列点的计数。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
属性值
方法中序列点的计数。The count of the sequence points in the method.