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

◆ Length

override long System.IO.ConsoleStream.Length
getsealed

Definition at line 17 of file ConsoleStream.cs.

18 {
19 get
20 {
21 throw Error.GetSeekNotSupported();
22 }
23 }