Share via


SourceMap Class

Definition

A simple ISourceMap of objects -> SourceRange.

public class SourceMap : System.Collections.Concurrent.ConcurrentDictionary<object,Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange>, Microsoft.Bot.Builder.Dialogs.Debugging.ISourceMap
type SourceMap = class
    inherit ConcurrentDictionary<obj, SourceRange>
    interface ISourceMap
Public Class SourceMap
Inherits ConcurrentDictionary(Of Object, SourceRange)
Implements ISourceMap
Inheritance
Implements

Constructors

SourceMap()

Fields

Instance

Initializes a read-only new instance of the SourceMap.

Methods

Add(Object, SourceRange)

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

Applies to