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

◆ Read() [2/3]

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

Reimplemented from System.IO.StreamReader.

Definition at line 28 of file StreamReader.cs.

29 {
30 return 0;
31 }