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

◆ Find< T >()

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

Definition at line 710 of file Array.cs.

711 {
712 while (array == null)
713 {
714 }
715 return "array";
716 }

References System.array.