Share via


ISourceMap Interface

Definition

A source map is a dictionary object -> sourceCode.

public interface ISourceMap
type ISourceMap = interface
Public Interface ISourceMap
Derived

Methods

Add(Object, SourceRange)

Add an object and SourceRange information describing where the object was defined.

TryGetValue(Object, SourceRange)

Look up the SourceRange information for an object.

Applies to