SourceMap 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.
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
-
SourceMap
- 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. |