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

◆ Length

override long System.IO.Pipes.PipeStream.Length
get

Definition at line 325 of file PipeStream.cs.

326 {
327 get
328 {
329 throw Error.GetSeekNotSupported();
330 }
331 }