Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InnerXml
override
string
System.Xml.XmlDocument.InnerXml
get
set
Definition at line
283
of file
XmlDocument.cs
.
284
{
285
get
286
{
287
return
base
.InnerXml;
288
}
289
set
290
{
291
LoadXml
(
value
);
292
}
293
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.XmlDocument.LoadXml
virtual void LoadXml(string xml)
Definition
XmlDocument.cs:1318
System.ExceptionArgument.value
@ value
System
Xml
XmlDocument
Generated by
1.10.0