Sdílet prostřednictvím


SourceMap Třída

Definice

A simple ISourceMap of objects -> 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
Dědičnost
Implementuje

Konstruktory

SourceMap()

A simple ISourceMap of objects -> SourceRange.

Pole

Instance

Inicializuje novou instanci objektu jen pro SourceMapčtení .

Metody

Add(Object, SourceRange)

Přidejte objekt a informace SourceRange popisující, kde byl objekt definován.

Platí pro