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

◆ ReadInto()

bool Newtonsoft.Json.Linq.JTokenReader.ReadInto ( JContainer c)
inlineprivate

Definition at line 88 of file JTokenReader.cs.

89 {
90 if (c != null)
91 {
92 this.SetToken(c);
93 this._parent = c;
94 this._current = c;
95 return true;
96 }
97 return this.SetEnd(c);
98 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Newtonsoft.Json.Linq.JTokenReader.SetEnd(), and Newtonsoft.Json.Linq.JTokenReader.SetToken().