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

◆ WriteState

override WriteState System.Xml.Linq.XNodeBuilder.WriteState
get

Definition at line 27 of file XNodeBuilder.cs.

28 {
29 get
30 {
31 throw new NotSupportedException();
32 }
33 }