Partager via


SourceMap Classe

Définition

ISourceMap simple d’objets -> 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
Héritage
Implémente

Constructeurs

SourceMap()

ISourceMap simple d’objets -> SourceRange.

Champs

Instance

Initialise une nouvelle instance en lecture seule de .SourceMap

Méthodes

Add(Object, SourceRange)

Ajoutez un objet et des informations SourceRange décrivant où l’objet a été défini.

S’applique à