다음을 통해 공유


SourcePoint.ReadObjectWithSourcePoints<T> 메서드

정의

개체를 T로 읽고 읽은 개체의 시작/끝점을 반환합니다.

public static T ReadObjectWithSourcePoints<T>(Newtonsoft.Json.JsonReader reader, Func<Newtonsoft.Json.JsonReader,T> read, out Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint start, out Microsoft.Bot.Builder.Dialogs.Debugging.SourcePoint end);
static member ReadObjectWithSourcePoints : Newtonsoft.Json.JsonReader * Func<Newtonsoft.Json.JsonReader, 'T> * SourcePoint * SourcePoint -> 'T
Public Shared Function ReadObjectWithSourcePoints(Of T) (reader As JsonReader, read As Func(Of JsonReader, T), ByRef start As SourcePoint, ByRef end As SourcePoint) As T

형식 매개 변수

T

역직렬화할 개체의 형식입니다.

매개 변수

reader
Newtonsoft.Json.JsonReader

읽을 읽기 권한자입니다.

read
Func<Newtonsoft.Json.JsonReader,T>

읽는 동안 처리할 함수입니다.

start
SourcePoint

개체의 결과 시작점입니다.

end
SourcePoint

개체의 결과 끝점입니다.

반환

T

deserialized 개체를 type(T)으로 지정합니다.

적용 대상