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

bool Newtonsoft.Json.Linq.JPropertyKeyedCollection.Remove ( string key)
inline

Definition at line 104 of file JPropertyKeyedCollection.cs.

105 {
106 while (key == null)
107 {
108 }
109 if (this._dictionary != null)
110 {
112 bool flag;
113 return flag;
114 }
115 }

References Newtonsoft.Json.Linq.JPropertyKeyedCollection._dictionary, System.dictionary, and System.key.