Język

NullSourceMap.Add(Object, SourceRange) Metoda

Definicja

Dodaj obiekt oraz informacje SourceRange opisujące, gdzie obiekt został zdefiniowany.

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)

Parametry

item
Object

Obiekt do zapisu przedmiotu.

range
SourceRange

SourceRange dla obiektu.

Implementuje

Uwagi

Na przykład NullSourceMap nic nie robi.

Dotyczy