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

◆ InnerXml

override string System.Xml.XmlAttribute.InnerXml
setinherited

Definition at line 101 of file XmlAttribute.cs.

102 {
103 set
104 {
105 RemoveAll();
106 XmlLoader xmlLoader = new XmlLoader();
107 xmlLoader.LoadInnerXmlAttribute(this, value);
108 }
109 }
virtual void RemoveAll()
Definition XmlNode.cs:1033