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

◆ Length

override long System.IO.Compression.ZLibStream.Length
get

Definition at line 17 of file ZLibStream.cs.

18 {
19 get
20 {
21 throw new NotSupportedException();
22 }
23 }