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

◆ Foliate()

void System.Xml.XmlBoundElement.Foliate ( ElementState newState)
inlinepackage

Definition at line 197 of file XmlBoundElement.cs.

198 {
199 ((XmlDataDocument)OwnerDocument)?.Foliate(this, newState);
200 }
override XmlDocument OwnerDocument
Definition XmlElement.cs:49

References System.Xml.Dictionary, and System.Xml.XmlElement.OwnerDocument.

Referenced by System.Xml.XmlBoundElement.CloneNode().