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

◆ Length

override long System.IO.Compression.CheckSumAndSizeWriteStream.Length
get

Definition at line 33 of file CheckSumAndSizeWriteStream.cs.

34 {
35 get
36 {
38 throw new NotSupportedException(System.SR.SeekingNotSupported);
39 }
40 }
static string SeekingNotSupported
Definition SR.cs:114
Definition SR.cs:7