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

◆ Position

override long System.IO.Compression.BrotliStream.Position
getset

Definition at line 64 of file BrotliStream.cs.

65 {
66 get
67 {
68 throw new NotSupportedException();
69 }
70 set
71 {
72 throw new NotSupportedException();
73 }
74 }