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

◆ Position

override long System.IO.ChunkedMemoryStream.Position
getset

Definition at line 36 of file ChunkedMemoryStream.cs.

37 {
38 get
39 {
40 throw new NotSupportedException();
41 }
42 set
43 {
44 throw new NotSupportedException();
45 }
46 }