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

◆ SetLength()

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

Definition at line 92 of file DeflateManagedStream.cs.

93 {
94 throw new NotSupportedException(System.SR.NotSupported);
95 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported.