다음을 통해 공유


NullSourceMap.Add(Object, SourceRange) 메서드

정의

개체가 정의된 위치를 설명하는 개체 및 SourceRange 정보를 추가합니다.

public void Add(object item, Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange range);
abstract member Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
override this.Add : obj * Microsoft.Bot.Builder.Dialogs.Debugging.SourceRange -> unit
Public Sub Add (item As Object, range As SourceRange)

매개 변수

item
Object

기록할 개체 항목입니다.

range
SourceRange

SourceRange 개체에 대한 입니다.

구현

설명

에 대 한 NullSourceMap 그것은 아무것도 하지 않습니다.

적용 대상