SourceMap Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
En enkel ISourceMap med objekt –> 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
- Arv
-
SourceMap
- Implementeringar
Konstruktorer
SourceMap() |
En enkel ISourceMap med objekt –> SourceRange. |
Fält
Instance |
Initierar en skrivskyddad ny instans av SourceMap. |
Metoder
Add(Object, SourceRange) |
Lägg till ett objekt och SourceRange-information som beskriver var objektet har definierats. |