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

◆ SetLength()

override void System.IO.Compression.DeflateStream.SetLength ( long value)
inline

Definition at line 426 of file DeflateStream.cs.

427 {
428 throw new NotSupportedException(System.SR.NotSupported);
429 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported.