Dela via


SourcePoint.ReadObjectWithSourcePoints<T> Metod

Definition

Läs objektet som T och returnera start-/slutpunkterna för objektet som lästes.

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

Typparametrar

T

typ av objekt som ska deserialiseras.

Parametrar

reader
Newtonsoft.Json.JsonReader

läsare att läsa från.

read
Func<Newtonsoft.Json.JsonReader,T>

som ska bearbetas under läsningen.

start
SourcePoint

resultatstartpunkt för objektet.

end
SourcePoint

resultatslutpunkt för objektet.

Returer

T

deserialiserat objekt som type(T).

Gäller för