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

◆ AddInternal()

void Newtonsoft.Json.Linq.JContainer.AddInternal ( int index,
object content,
bool skipParentCheck )
inlinepackageinherited

Definition at line 375 of file JContainer.cs.

376 {
377 if (content == null)
378 {
379 return;
380 }
381 if (content != null && content != null)
382 {
383 return;
384 }
385 throw new InvalidCastException();
386 }

Referenced by Newtonsoft.Json.Linq.JContainer.AddFirst().