Udostępnij za pośrednictwem


SourceMap Klasa

Definicja

Prosta mapa ISourceMap obiektów —> 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
Dziedziczenie
Implementuje

Konstruktory

SourceMap()

Prosta mapa ISourceMap obiektów —> SourceRange.

Pola

Instance

Inicjuje nowe wystąpienie klasy tylko do odczytu klasy SourceMap.

Metody

Add(Object, SourceRange)

Dodaj obiekt i informacje SourceRange opisujące miejsce, w którym zdefiniowano obiekt.

Dotyczy