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

◆ XmlLinkedNode()

System.Xml.XmlLinkedNode.XmlLinkedNode ( XmlDocument doc)
inlinepackage

Definition at line 43 of file XmlLinkedNode.cs.

44 : base(doc)
45 {
46 next = null;
47 }

References System.Xml.XmlLinkedNode.next.

Referenced by System.Xml.XmlElement.AppendChildForLoad().