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

◆ SetLength()

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

Definition at line 69 of file GZipStream.cs.

70 {
71 throw new NotSupportedException(System.SR.NotSupported);
72 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported.