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

◆ XmlRoot

XmlRootAttribute? System.Xml.Serialization.XmlAttributes.XmlRoot
getset

Definition at line 181 of file XmlAttributes.cs.

182 {
183 get
184 {
185 return _xmlRoot;
186 }
187 set
188 {
189 _xmlRoot = value;
190 }
191 }

Referenced by System.Xml.Serialization.XmlReflectionImporter.ImportElement().