Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InnerXml
override
string
System.Xml.XmlElement.InnerXml
get
set
Definition at line
124
of file
XmlElement.cs
.
125
{
126
get
127
{
128
return
base
.InnerXml;
129
}
130
set
131
{
132
RemoveAllChildren
();
133
XmlLoader
xmlLoader
=
new
XmlLoader();
134
xmlLoader
.LoadInnerXmlElement(
this
,
value
);
135
}
136
}
System.Xml.XmlElement.RemoveAllChildren
void RemoveAllChildren()
Definition
XmlElement.cs:527
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.value
@ value
System
Xml
XmlElement
Generated by
1.10.0