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

◆ Length

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

Definition at line 16 of file GZipStream.cs.

17 {
18 get
19 {
20 throw new NotSupportedException(System.SR.NotSupported);
21 }
22 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7