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

◆ Length

override long System.IO.UnmanagedMemoryStream.Length
getinherited

Definition at line 160 of file UnmanagedMemoryStream.cs.

161 {
162 get
163 {
164 this.EnsureNotClosed();
165 long num;
166 return num;
167 }
168 }