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

◆ Seek()

override long System.Xml.EncodingStreamWrapper.Seek ( long offset,
SeekOrigin origin )
inline

Definition at line 676 of file EncodingStreamWrapper.cs.

677 {
678 throw new NotSupportedException();
679 }