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

◆ Position

override long System.IO.Compression.DeflateStream.Position
getset

Definition at line 255 of file DeflateStream.cs.

256 {
257 get
258 {
259 throw new NotSupportedException(System.SR.NotSupported);
260 }
261 set
262 {
263 throw new NotSupportedException(System.SR.NotSupported);
264 }
265 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7