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

◆ CanWrite

override bool System.IO.UnmanagedMemoryStream.CanWrite
getinherited

Definition at line 88 of file UnmanagedMemoryStream.cs.

89 {
90 get
91 {
92 if (this._isOpen)
93 {
94 FileAccess access = this._access;
95 return;
96 }
97 }
98 }