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

◆ MergeItem()

override void Newtonsoft.Json.Linq.JArray.MergeItem ( object content,
JsonMergeSettings settings )
inlinepackage

Definition at line 241 of file JArray.cs.

242 {
243 if (content == null)
244 {
245 return;
246 }
247 if (content != null)
248 {
249 return;
250 }
251 throw new InvalidCastException();
252 }