Dela via


SourceMap Klass

Definition

En enkel ISourceMap med objekt –> SourceRange.

public class SourceMap : System.Collections.Concurrent.ConcurrentDictionary<object,Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange>, Microsoft.Bot.Builder.Dialogs.Debugging.ISourceMap
type SourceMap = class
    inherit ConcurrentDictionary<obj, SourceRange>
    interface ISourceMap
Public Class SourceMap
Inherits ConcurrentDictionary(Of Object, SourceRange)
Implements ISourceMap
Arv
Implementeringar

Konstruktorer

SourceMap()

En enkel ISourceMap med objekt –> SourceRange.

Fält

Instance

Initierar en skrivskyddad ny instans av SourceMap.

Metoder

Add(Object, SourceRange)

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

Gäller för