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

◆ OwnerElement

virtual XmlElement System.Xml.XmlAttribute.OwnerElement
getinherited

Definition at line 263 of file XmlAttribute.cs.

264 {
265 get
266 {
267 if (this.parentNode != null)
268 {
269 return;
270 }
271 }
272 }
XmlNode parentNode
Definition XmlNode.cs:633