共用方式為


NullSourceMap 類別

定義

NullSourceMap 可用來停用原始程式碼 Ranges 的追蹤。

public class NullSourceMap : Microsoft.Bot.Builder.Dialogs.Debugging.ISourceMap
type NullSourceMap = class
    interface ISourceMap
Public Class NullSourceMap
Implements ISourceMap
繼承
NullSourceMap
實作

建構函式

NullSourceMap()

NullSourceMap 可用來停用原始程式碼 Ranges 的追蹤。

欄位

Instance

初始化 的 NullSourceMap 唯讀新實例。

方法

Add(Object, SourceRange)

新增物件和 SourceRange 資訊,描述物件的定義位置。

TryGetValue(Object, SourceRange)

查閱 SourceRange 物件的資訊。

適用於