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

◆ TrueForAll< T >()

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

Definition at line 785 of file Array.cs.

786 {
787 while (array == null)
788 {
789 }
790 return "array" != null;
791 }

References System.array.