NullSourceMap.Add(Object, SourceRange) 方法

定义

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

public void Add(object item, Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
override this.Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
Public Sub Add (item As Object, range As SourceRange)

参数

item
Object

目标物品要记录。

range
SourceRange

SourceRange 为了物体。

实现

注解

因为 NullSourceMap A,它没有任何作用。

适用于