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

◆ Position

override long System.IO.ConsoleStream.Position
getsetsealed

Definition at line 25 of file ConsoleStream.cs.

26 {
27 get
28 {
29 throw Error.GetSeekNotSupported();
30 }
31 set
32 {
33 throw Error.GetSeekNotSupported();
34 }
35 }