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

◆ AsyncState

object System.IO.Stream.SynchronousAsyncResult.AsyncState
get

Implements System.IAsyncResult.

Definition at line 984 of file Stream.cs.

985 {
986 get
987 {
988 return this._stateObject;
989 }
990 }