Język

SourcePoint.From(JsonReader) Metoda

Definicja

Zdobądź punkt od 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

Parametry

reader
Newtonsoft.Json.JsonReader

JSON.

Zwraca

Punkt do rozpoczęcia obecnego czytnika json.

Dotyczy