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

◆ PostOperationCompleted()

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

Definition at line 54 of file AsyncOperation.cs.

55 {
56 this.PostCore(d, arg, true);
58 }
class f__AnonymousType0<< Count > j__TPar
void PostCore(SendOrPostCallback d, object arg, bool markCompleted)

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