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

◆ FindIndex< T >() [1/3]

static int System.Array.FindIndex< T > ( T[] array,
int startIndex,
int count,
Predicate< T > match )
inlinestatic

Definition at line 746 of file Array.cs.

747 {
748 while (count == 0)
749 {
750 }
751 return "Index was out of range. Must be non-negative and less than the size of the collection.";
752 }

References System.count.