ISourceMap Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |