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

◆ SetLength()

override void System.IO.Pipes.PipeStream.SetLength ( long value)
inline

Definition at line 574 of file PipeStream.cs.

575 {
576 throw Error.GetSeekNotSupported();
577 }

References System.IO.Error.GetSeekNotSupported().