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

◆ Position

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

Definition at line 30 of file SubReadStream.cs.

31 {
32 get
33 {
36 }
37 set
38 {
40 throw new NotSupportedException(System.SR.SeekingNotSupported);
41 }
42 }
static string SeekingNotSupported
Definition SR.cs:114
Definition SR.cs:7