共用方式為


ISourceMap 介面

定義

來源對應是字典物件 - > sourceCode。

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

方法

Add(Object, SourceRange)

新增物件和 SourceRange 資訊,描述物件的定義位置。

TryGetValue(Object, SourceRange)

查閱物件的 SourceRange 資訊。

適用於