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

◆ ReadToEnd()

override string System.IO.StreamReader.NullStreamReader.ReadToEnd ( )
inlinevirtual

Reimplemented from System.IO.StreamReader.

Definition at line 38 of file StreamReader.cs.

39 {
40 return string.Empty;
41 }