次の方法で共有


SourceMap クラス

定義

オブジェクトの単純な ISourceMap -> 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
継承
実装

コンストラクター

SourceMap()

オブジェクトの単純な ISourceMap -> SourceRange。

フィールド

Instance

の読み取り専用の新しいインスタンスを初期化します SourceMap

メソッド

Add(Object, SourceRange)

オブジェクトを追加し、オブジェクトが定義された場所を説明する SourceRange 情報を追加します。

適用対象