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

◆ InsertItem()

override void Newtonsoft.Json.Linq.JObject.InsertItem ( int index,
JToken item,
bool skipParentCheck )
inlinepackagevirtual

Reimplemented from Newtonsoft.Json.Linq.JContainer.

Definition at line 127 of file JObject.cs.

128 {
129 if (item != null)
130 {
131 return;
132 }
133 base.InsertItem(index, item, skipParentCheck);
134 }
class f__AnonymousType0<< Count > j__TPar

References System.index, System.item, and j__TPar.