terraria-cpp2il-methodrecon
v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
◆
InnerText
override
string System.Xml.XmlElement.InnerText
get
set
Definition at line
383
of file
XmlElement.cs
.
384
{
385
get
386
{
387
return
base
.InnerText;
388
}
389
set
390
{
391
if
(
this
!=
null
)
392
{
393
XmlLinkedNode
next
= this.
next
;
394
}
395
base
.
RemoveAll
();
396
}
397
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Xml.XmlLinkedNode.XmlLinkedNode
XmlLinkedNode(XmlDocument doc)
Definition
XmlLinkedNode.cs:9
System.Xml.XmlLinkedNode.next
XmlLinkedNode next
Definition
XmlLinkedNode.cs:56
System.Xml.XmlNode.RemoveAll
virtual void RemoveAll()
Definition
XmlNode.cs:463
System
Xml
XmlElement
Generated by
1.10.0