Share via


SourcePoint.From(JsonReader) Method

Definition

Get point from 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

Parameters

reader
Newtonsoft.Json.JsonReader

json reader.

Returns

Point for start of current json reader.

Applies to