NullSourceMap Class
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.
NullSourceMap is used to disable tracking of source code Ranges.
public class NullSourceMap : Microsoft.Bot.Builder.Dialogs.Debugging.ISourceMap
type NullSourceMap = class
interface ISourceMap
Public Class NullSourceMap
Implements ISourceMap
- Inheritance
-
NullSourceMap
- Implements
Constructors
NullSourceMap() |
Fields
Instance |
Initializes a read-only new instance of the NullSourceMap. |
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. |