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

◆ WriteSubtree()

virtual void System.Xml.XPath.XPathNavigator.WriteSubtree ( XmlWriter writer)
inlinevirtualinherited

Definition at line 835 of file XPathNavigator.cs.

836 {
837 if (writer == null)
838 {
839 throw new ArgumentNullException("writer");
840 }
841 writer.WriteNode(this, defattr: true);
842 }

References System.writer.