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

◆ CanSeek

override bool System.IO.MemoryStream.CanSeek
getinherited

Definition at line 94 of file MemoryStream.cs.

95 {
96 get
97 {
98 return this._isOpen;
99 }
100 }