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

◆ Position

override long System.IO.Compression.ZipArchiveEntry.DirectToArchiveWriterStream.Position
getset

Definition at line 37 of file ZipArchiveEntry.cs.

38 {
39 get
40 {
42 return _position;
43 }
44 set
45 {
47 throw new NotSupportedException(System.SR.SeekingNotSupported);
48 }
49 }
static string SeekingNotSupported
Definition SR.cs:114
Definition SR.cs:7