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

◆ Length

override long System.IO.Compression.ZipArchiveEntry.DirectToArchiveWriterStream.Length
get

Definition at line 28 of file ZipArchiveEntry.cs.

29 {
30 get
31 {
33 throw new NotSupportedException(System.SR.SeekingNotSupported);
34 }
35 }
static string SeekingNotSupported
Definition SR.cs:114
Definition SR.cs:7