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

◆ SetLength()

override void System.IO.Compression.BrotliStream.SetLength ( long value)
inline

Definition at line 506 of file BrotliStream.cs.

507 {
508 throw new NotSupportedException();
509 }