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

◆ LastNode

override XmlLinkedNode System.Xml.XmlEntity.LastNode
getsetpackage

Definition at line 120 of file XmlEntity.cs.

121 {
122 get
123 {
124 while (this.lastChild != null)
125 {
126 }
127 if (this.childrenFoliating)
128 {
129 }
131 return this.lastChild;
132 }
133 set
134 {
136 }
137 }
class f__AnonymousType0<< Count > j__TPar
XmlLinkedNode lastChild
Definition XmlEntity.cs:228