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

◆ Position

override long System.Xml.EncodingStreamWrapper.Position
getset

Definition at line 89 of file EncodingStreamWrapper.cs.

90 {
91 get
92 {
93 throw new NotSupportedException();
94 }
95 set
96 {
97 throw new NotSupportedException();
98 }
99 }