SourceMap Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
-
SourceMap
- 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. |