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

◆ EnsureCapacity()

bool System.IO.MemoryStream.EnsureCapacity ( int value)
inlineprivateinherited

Definition at line 150 of file MemoryStream.cs.

151 {
152 int capacity = this._capacity;
153 return true;
154 }

References System.IO.MemoryStream._capacity, and System.capacity.

Referenced by System.IO.MemoryStream.SetLength().