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.Stream.NullStream.Length
get

Definition at line 735 of file Stream.cs.

736 {
737 get
738 {
739 return 0L;
740 }
741 }