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

◆ Reverse() [1/2]

static void System.Array.Reverse ( Array array)
inlinestatic

Definition at line 469 of file Array.cs.

470 {
471 while (array == null)
472 {
473 }
474 int length = array.Length;
475 }

References System.array, and System.length.