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

◆ CompletedSynchronously

virtual bool System.Runtime.Remoting.Messaging.AsyncResult.CompletedSynchronously
get

Implements System.IAsyncResult.

Definition at line 49 of file AsyncResult.cs.

50 {
51 get
52 {
53 return this.sync_completed;
54 }
55 }