다음을 통해 공유


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 정보를 추가합니다.

적용 대상