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

◆ FindLast< T >()

static T System.Array.FindLast< T > ( T[] array,
Predicate< T > match )
inlinestatic

Definition at line 755 of file Array.cs.

756 {
757 while (array == null)
758 {
759 }
760 return array;
761 }

References System.array.