Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ CanInsertAfter()

virtual bool System.Xml.XmlNode.CanInsertAfter ( XmlNode newChild,
XmlNode refChild )
inlinepackagevirtualinherited

Reimplemented in System.Xml.XmlDocument, and System.Xml.XmlDocumentFragment.

Definition at line 862 of file XmlNode.cs.

863 {
864 return true;
865 }

Referenced by System.Xml.XmlNode.AppendChild(), and System.Xml.XmlNode.InsertAfter().