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

◆ Remove()

void Newtonsoft.Json.Linq.JToken.Remove ( )
inlineinherited

Definition at line 421 of file JToken.cs.

422 {
423 while (this._parent == null)
424 {
425 }
426 }

References Newtonsoft.Json.Linq.JToken._parent.