Share via


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

Object item to record.

range
SourceRange

SourceRange for the object.

Implements

Remarks

For a NullSourceMap it does nothing.

Applies to