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

◆ Length

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

Definition at line 33 of file DeflateManagedStream.cs.

34 {
35 get
36 {
37 throw new NotSupportedException(System.SR.NotSupported);
38 }
39 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7