Condividi tramite


SourcePoint.From(JsonReader) Metodo

Definizione

Ottenere un punto da 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

Parametri

reader
Newtonsoft.Json.JsonReader

lettore json.

Restituisce

Punto per l'inizio del lettore JSON corrente.

Si applica a