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

◆ FindAll< T >()

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

Definition at line 719 of file Array.cs.

720 {
721 int num;
722 do
723 {
724 num = 1;
725 }
726 while (array == null);
727 if (num == 0)
728 {
729 }
730 return "array";
731 }

References System.array.