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

◆ LastNode

virtual ? XmlLinkedNode System.Xml.XmlNode.LastNode
getsetpackageinherited

Definition at line 126 of file XmlNode.cs.

127 {
128 get
129 {
130 return null;
131 }
132 set
133 {
134 }
135 }

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