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

◆ SetLength()

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

Definition at line 138 of file PositionPreservingWriteOnlyStreamWrapper.cs.

139 {
140 throw new NotSupportedException(System.SR.NotSupported);
141 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7

References System.SR.NotSupported.