Partilhar via


SourceMap Classe

Definição

Um ISourceMap simples de objetos -> 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
Herança
Implementações

Construtores

SourceMap()

Um ISourceMap simples de objetos -> SourceRange.

Campos

Instance

Inicializa uma nova instância só de leitura do SourceMap.

Métodos

Add(Object, SourceRange)

Adicione um objeto e informações de SourceRange que descrevem onde o objeto foi definido.

Aplica-se a