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

◆ SetItem()

override void Newtonsoft.Json.Linq.JProperty.SetItem ( int index,
JToken item )
inlinepackagevirtual

Reimplemented from Newtonsoft.Json.Linq.JContainer.

Definition at line 98 of file JProperty.cs.

99 {
100 while (index != 0)
101 {
102 }
103 bool flag = JContainer.IsTokenUnchanged(this._content._token, item);
104 if (this._parent != null)
105 {
106 }
107 long num = 0L;
108 base.SetItem((int)num, item);
109 if (this._parent != null)
110 {
111 return;
112 }
113 }
class f__AnonymousType0<< Count > j__TPar
readonly JProperty.JPropertyList _content
Definition JProperty.cs:364

References Newtonsoft.Json.Linq.JProperty._content, Newtonsoft.Json.Linq.JToken._parent, System.index, Newtonsoft.Json.Linq.JContainer.IsTokenUnchanged(), System.item, j__TPar, and System.L.