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

◆ Length

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

Definition at line 56 of file BrotliStream.cs.

57 {
58 get
59 {
60 throw new NotSupportedException();
61 }
62 }