Compartir a través de


SourcePoint.From(JsonReader) Método

Definición

Obtenga el punto de 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

Parámetros

reader
Newtonsoft.Json.JsonReader

lector json.

Devoluciones

Punto para el inicio del lector json actual.

Se aplica a