Compartir a través de


SourceMap Clase

Definición

Un ISourceMap simple 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
Herencia
Implementaciones

Constructores

SourceMap()

Un ISourceMap simple de objetos:> SourceRange.

Campos

Instance

Inicializa una nueva instancia de solo lectura de .SourceMap

Métodos

Add(Object, SourceRange)

Agregue un objeto e información de SourceRange que describa dónde se definió el objeto.

Se aplica a