Partager via


SourcePoint.From(JsonReader) Méthode

Définition

Obtenir un point à partir 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

Paramètres

reader
Newtonsoft.Json.JsonReader

Lecteur json.

Retours

Point de début du lecteur json actuel.

S’applique à