SourceMap 类

定义

对象的简单 ISourceMap -> 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
继承
实现

构造函数

SourceMap()

对象的简单 ISourceMap -> SourceRange。

字段

Instance

初始化 的 SourceMap只读新实例。

方法

Add(Object, SourceRange)

添加描述对象定义位置的对象和 SourceRange 信息。

适用于