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

◆ LastNode

override? XmlLinkedNode System.Xml.XmlAttribute.LastNode
getsetpackageinherited

Definition at line 85 of file XmlAttribute.cs.

86 {
87 get
88 {
89 return _lastChild;
90 }
91 set
92 {
94 }
95 }
XmlLinkedNode _lastChild