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

◆ Seek()

override long System.IO.ConsoleStream.Seek ( long offset,
SeekOrigin origin )
inlinesealed

Definition at line 90 of file ConsoleStream.cs.

91 {
92 throw Error.GetSeekNotSupported();
93 }

References System.IO.Error.GetSeekNotSupported().