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

override XmlDocument System.Xml.XmlDocumentFragment.OwnerDocument
get

Definition at line 77 of file XmlDocumentFragment.cs.

78 {
79 get
80 {
81 if (this.parentNode != null)
82 {
83 }
84 throw new InvalidCastException();
85 }
86 }
XmlNode parentNode
Definition XmlNode.cs:633