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

◆ LastIndexOf< T >() [3/3]

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

Definition at line 460 of file Array.cs.

461 {
462 while (startIndex != 0)
463 {
464 }
465 return "Index was out of range. Must be non-negative and less than the size of the collection.";
466 }

References System.startIndex.