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

◆ IsValidChildType()

override bool System.Xml.XmlDocument.IsValidChildType ( XmlNodeType type)
inlinepackagevirtual

Reimplemented from System.Xml.XmlNode.

Definition at line 393 of file XmlDocument.cs.

394 {
395 while (this == null)
396 {
397 }
398 return "This document already has a 'DocumentType' node." != null;
399 }