Share via


ResourceExplorer.IsRef(JToken) Method

Definition

Determine if token is a reference.

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

Parameters

token
Newtonsoft.Json.Linq.JToken

jtoken.

Returns

true if it is string ref.

Applies to