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

◆ Length

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

Definition at line 56 of file PositionPreservingWriteOnlyStreamWrapper.cs.

57 {
58 get
59 {
60 throw new NotSupportedException(System.SR.NotSupported);
61 }
62 }
static string NotSupported
Definition SR.cs:28
Definition SR.cs:7