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

◆ SetEnd()

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

Definition at line 101 of file JTokenReader.cs.

102 {
103 this._parent = c;
104 this._current = c;
105 return true;
106 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by Newtonsoft.Json.Linq.JTokenReader.ReadInto(), and Newtonsoft.Json.Linq.JTokenReader.ReadOver().