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

◆ InternalPropertyChanged()

void Newtonsoft.Json.Linq.JObject.InternalPropertyChanged ( JProperty childProperty)
inlinepackage

Definition at line 156 of file JObject.cs.

157 {
158 string name = childProperty._name;
159 if (this._listChanged != null)
160 {
161 return;
162 }
163 }
class f__AnonymousType0<< Count > j__TPar
ListChangedEventHandler _listChanged

References Newtonsoft.Json.Linq.JContainer._listChanged, j__TPar, and System.name.