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

◆ Position

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

Definition at line 41 of file DeflateManagedStream.cs.

42 {
43 get
44 {
45 throw new NotSupportedException(System.SR.NotSupported);
46 }
47 set
48 {
49 throw new NotSupportedException(System.SR.NotSupported);
50 }
51 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7