SourcePoint.From(JsonReader) 方法

定义

从 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

参数

reader
Newtonsoft.Json.JsonReader

json 读取器。

返回

当前 json 读取器的起始点。

适用于