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/3]

bool IList. System.Collections.ObjectModel.Collection< T >.Contains ( object value)
inlineprivateinherited

Implements System.Collections.IList.

Definition at line 483 of file Collection.cs.

484 {
485 while (value == null || value != null)
486 {
487 }
488 throw new InvalidCastException();
489 }

References System.value.