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信息。 |