Dela via


NullSourceMap.Add(Object, SourceRange) Metod

Definition

Lägg till ett objekt och SourceRange-information som beskriver var objektet har definierats.

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)

Parametrar

item
Object

Objektobjekt som ska registreras.

range
SourceRange

SourceRange för objektet.

Implementeringar

Kommentarer

För en NullSourceMap gör det ingenting.

Gäller för