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

◆ OwnerDocument

virtual XmlDocument System.Xml.XmlNode.OwnerDocument
getinherited

Definition at line 144 of file XmlNode.cs.

145 {
146 get
147 {
149 if (this.parentNode != null)
150 {
151 }
153 throw new InvalidCastException();
154 }
155 }
class f__AnonymousType0<< Count > j__TPar
XmlNode parentNode
Definition XmlNode.cs:633