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

◆ SetLength()

override void System.IO.Stream.SyncStream.SetLength ( long length)
inline

Definition at line 424 of file Stream.cs.

425 {
426 lock (_stream)
427 {
429 }
430 }
readonly Stream _stream
Definition Stream.cs:244
void SetLength(long value)

References System.IO.Stream.SyncStream._stream, System.length, and System.IO.Stream.SetLength().