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

◆ Length

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

Definition at line 247 of file DeflateStream.cs.

248 {
249 get
250 {
251 throw new NotSupportedException(System.SR.NotSupported);
252 }
253 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7