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

◆ Post()

void System.ComponentModel.AsyncOperation.Post ( SendOrPostCallback d,
object arg )
inline

Definition at line 47 of file AsyncOperation.cs.

48 {
49 long num = 0L;
50 this.PostCore(d, arg, num != 0L);
51 }
class f__AnonymousType0<< Count > j__TPar
void PostCore(SendOrPostCallback d, object arg, bool markCompleted)

References j__TPar, System.L, and System.ComponentModel.AsyncOperation.PostCore().