terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ JTokenReader() [1/2]

Newtonsoft.Json.Linq.JTokenReader.JTokenReader ( JToken token)
inline

Definition at line 23 of file JTokenReader.cs.

24 {
25 ValidationUtils.ArgumentNotNull(token, "token");
26 this._root = token;
27 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

References Newtonsoft.Json.Utilities.ValidationUtils.ArgumentNotNull(), and j__TPar.