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

◆ ConvertAll< TOutput, TInput >()

static TOutput[] System.Array.ConvertAll< TOutput, TInput > ( TInput[] array,
Converter< TInput, TOutput > converter )
inlinestatic

Definition at line 196 of file Array.cs.

197 {
198 while (array == null)
199 {
200 }
201 return array;
202 }

References System.array.