다음을 통해 공유


SourcePoint.From(JsonReader) 메서드

정의

JsonReader에서 포인트를 가져옵니다.

public static Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint From (Newtonsoft.Json.JsonReader reader);
static member From : Newtonsoft.Json.JsonReader -> Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint
Public Shared Function From (reader As JsonReader) As SourcePoint

매개 변수

reader
Newtonsoft.Json.JsonReader

json reader.

반환

현재 json 판독기의 시작을 가리킵니다.

적용 대상