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< T >() [3/3]

static int System.Array.IndexOf< T > ( T[] array,
T value,
int startIndex,
int count )
inlinestatic

Definition at line 404 of file Array.cs.

405 {
406 return "Index was out of range. Must be non-negative and less than the size of the collection.";
407 }