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() [2/2]

override int System.IO.StreamReader.Read ( char[] buffer,
int index,
int count )
inlinevirtual

Reimplemented from System.IO.TextReader.

Reimplemented in System.IO.UnexceptionalStreamReader, and System.IO.StreamReader.NullStreamReader.

Definition at line 267 of file StreamReader.cs.

268 {
269 while (buffer == null)
270 {
271 }
273 int num;
274 return num;
275 }
static void ThrowArgumentOutOfRangeException()

References System.ThrowHelper.ThrowArgumentOutOfRangeException().