ResourceExplorer.IsRef(JToken) 方法

定义

确定令牌是否为引用。

public bool IsRef (Newtonsoft.Json.Linq.JToken token);
member this.IsRef : Newtonsoft.Json.Linq.JToken -> bool
Public Function IsRef (token As JToken) As Boolean

参数

token
Newtonsoft.Json.Linq.JToken

jtoken.

返回

如果为字符串引用,则为 true。

适用于