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

◆ SetLength()

override void System.IO.ConsoleStream.SetLength ( long value)
inlinesealed

Definition at line 85 of file ConsoleStream.cs.

86 {
87 throw Error.GetSeekNotSupported();
88 }

References System.IO.Error.GetSeekNotSupported().