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

◆ Add() [1/2]

int IList. Newtonsoft.Json.Utilities.CollectionWrapper< T >.Add ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 231 of file CollectionWrapper.cs.

232 {
233 while (value == null || value != null)
234 {
235 }
236 throw new InvalidCastException();
237 }

References System.value.