Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InnerXml
override
string
System.Xml.XmlAttribute.InnerXml
set
inherited
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
}
System.Xml.XmlNode.RemoveAll
virtual void RemoveAll()
Definition
XmlNode.cs:1033
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
XmlUnspecifiedAttribute
Generated by
1.10.0