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

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

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

Definition at line 776 of file Array.cs.

777 {
778 while (count == 0)
779 {
780 }
781 return count;
782 }

References System.count.