Share via


NullSourceMap Class

Definition

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.

Applies to