Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ MemoryStream() [6/7]

System.IO.MemoryStream.MemoryStream ( byte[] buffer,
int index,
int count,
bool writable )
inline

Definition at line 147 of file MemoryStream.cs.

148 : this(buffer, index, count, writable, publiclyVisible: false)
149 {
150 }