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

◆ XmlAttributes

XmlAttributes System.Xml.Serialization.XmlReflectionMember.XmlAttributes
getset

Definition at line 29 of file XmlReflectionMember.cs.

30 {
31 get
32 {
33 return _xmlAttributes;
34 }
35 set
36 {
38 }
39 }