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

◆ LazyAsyncResult() [2/2]

System.Net.LazyAsyncResult.LazyAsyncResult ( object myObject,
object myState,
AsyncCallback myCallBack,
object result )
inlinepackage

Definition at line 35 of file LazyAsyncResult.cs.

36 {
40 this.m_Result = result;
42 if (myCallBack != null)
43 {
44 IntPtr invoke_impl = myCallBack.invoke_impl;
45 IntPtr method_code = myCallBack.method_code;
46 IntPtr method = myCallBack.method;
47 return;
48 }
49 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.