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

◆ Init()

void System.IOAsyncResult.Init ( AsyncCallback async_callback,
object async_state )
inlineprotected

Definition at line 17 of file IOAsyncResult.cs.

18 {
22 if (manualResetEvent != null)
23 {
24 bool flag = manualResetEvent.Reset();
25 return;
26 }
27 }
class f__AnonymousType0<< Count > j__TPar
ManualResetEvent wait_handle
AsyncCallback async_callback

References System.IOAsyncResult.async_callback, System.IOAsyncResult.async_state, j__TPar, and System.IOAsyncResult.wait_handle.