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

◆ IndexOf() [1/3]

int IList. System.Collections.ObjectModel.Collection< T >.IndexOf ( object value)
inlineprivateinherited

Implements System.Collections.IList.

Definition at line 492 of file Collection.cs.

493 {
494 while (value == null || value != null)
495 {
496 }
497 throw new InvalidCastException();
498 }

References System.value.