Share via


SourceMap.Add(Object, SourceRange) Method

Definition

Add an object and SourceRange information describing where the object was defined.

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)

Parameters

item
Object

item to record.

range
SourceRange

sourceBlock range for the object.

Implements

Applies to