ISourceMap 接口

定义

源映射是一个字典对象——> 源代码。

public interface ISourceMap
type ISourceMap = interface
Public Interface ISourceMap
派生

方法

名称 说明
Add(Object, SourceRange)

添加一个对象和描述对象定义位置的SourceRange信息。

TryGetValue(Object, SourceRange)

查一下某个对象的SourceRange信息。

适用于