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

◆ Read() [1/2]

override int System.IO.UnmanagedMemoryStream.Read ( byte[] buffer,
int offset,
int count )
inlineinherited

Definition at line 217 of file UnmanagedMemoryStream.cs.

218 {
219 if (buffer != null)
220 {
222 int num;
223 return num;
224 }
225 return "offset";
226 }
static void ThrowArgumentOutOfRangeException()

References System.ThrowHelper.ThrowArgumentOutOfRangeException().