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

◆ ReadContentFrom()

void Newtonsoft.Json.Linq.JContainer.ReadContentFrom ( JsonReader r,
JsonLoadSettings settings )
inlinepackageinherited

Definition at line 430 of file JContainer.cs.

431 {
434 if (this != null && jtoken != null)
435 {
436 JContainer parent = this._parent;
437 }
438 }
class f__AnonymousType0<< Count > j__TPar
static void ArgumentNotNull(object value, string parameterName)

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

Referenced by Newtonsoft.Json.Linq.JContainer.ReadTokenFrom().