NullSourceMap.Add(Object, SourceRange) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.