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

◆ Contains() [1/2]

bool IList. Newtonsoft.Json.Utilities.CollectionWrapper< T >.Contains ( object value)
inlineprivate

Implements System.Collections.IList.

Definition at line 240 of file CollectionWrapper.cs.

241 {
242 while (value == null)
243 {
244 }
245 throw new InvalidCastException();
246 }

References System.value.