Share via


NullSourceMap Class

Definition

NullSourceMap is used to disable tracking of source code Ranges.

public class NullSourceMap : Microsoft.Agents.Builder.Dialogs.Debugging.ISourceMap
type NullSourceMap = class
    interface ISourceMap
Public Class NullSourceMap
Implements ISourceMap
Inheritance
NullSourceMap
Implements

Constructors

Name Description
NullSourceMap()

Fields

Name Description
Instance

Initializes a read-only new instance of the NullSourceMap.

Methods

Name Description
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