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

◆ IsCompleted

bool System.IO.Stream.SynchronousAsyncResult.IsCompleted
get

Implements System.IAsyncResult.

Definition at line 943 of file Stream.cs.

944 {
945 get
946 {
947 return true;
948 }
949 }