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

◆ CanRead

override bool System.IO.UnmanagedMemoryStream.CanRead
getinherited

Definition at line 64 of file UnmanagedMemoryStream.cs.

65 {
66 get
67 {
68 if (this._isOpen)
69 {
70 FileAccess access = this._access;
71 return;
72 }
73 }
74 }