SourceMap 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
对象的简单 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
- 实现
构造函数
SourceMap() |
对象的简单 ISourceMap -> SourceRange。 |
字段
Instance |
初始化 的 SourceMap只读新实例。 |
方法
Add(Object, SourceRange) |
添加描述对象定义位置的对象和 SourceRange 信息。 |