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 它什么也不做。

适用于