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

◆ Length

override long System.IO.Compression.DeflateStream.CopyToStream.Length
get

Definition at line 27 of file DeflateStream.cs.

28 {
29 get
30 {
31 throw new NotSupportedException();
32 }
33 }