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

◆ For()

static void ReLogic.Threading.FastParallel.For ( int fromInclusive,
int toExclusive,
ParallelForAction callback,
[Optional] object context )
inlinestatic

Definition at line 42 of file FastParallel.cs.

43 {
44 IntPtr method_code = callback.method_code;
45 IntPtr invoke_impl = callback.invoke_impl;
46 IntPtr method = callback.method;
47 }

References System.Delegate.invoke_impl, System.Delegate.method, and System.Delegate.method_code.