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

bool System.IO.Stream.SynchronousAsyncResult.CompletedSynchronously
get

Implements System.IAsyncResult.

Definition at line 994 of file Stream.cs.

995 {
996 get
997 {
998 return true;
999 }
1000 }