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

static int System.Array.IndexOf ( Array array,
object value,
int startIndex,
int count )
inlinestatic

Definition at line 382 of file Array.cs.

383 {
384 int num;
385 if ((num != 0 && array == null) || array != null)
386 {
387 }
388 return "Index was out of range. Must be non-negative and less than the size of the collection.";
389 }

References System.array.