NullSourceMap.Add(Object, SourceRange) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
添加对象和 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 它什么也不做。