SourceMap.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

对象的sourceBlock范围。

实现

适用于