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

◆ Position

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

Definition at line 25 of file ZLibStream.cs.

26 {
27 get
28 {
29 throw new NotSupportedException();
30 }
31 set
32 {
33 throw new NotSupportedException();
34 }
35 }