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() [3/7]

bool Newtonsoft.Json.Linq.JObject.Remove ( string propertyName)
inline

Definition at line 492 of file JObject.cs.

493 {
494 JProperty jproperty = this.Property(propertyName);
495 if (jproperty != null)
496 {
497 jproperty.Remove();
498 }
499 return true;
500 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and Newtonsoft.Json.Linq.Property.