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

◆ Save() [7/7]

void System.Xml.Linq.XStreamingElement.Save ( XmlWriter writer)
inline

Definition at line 98 of file XStreamingElement.cs.

99 {
100 if (writer == null)
101 {
102 throw new ArgumentNullException("writer");
103 }
104 writer.WriteStartDocument();
106 writer.WriteEndDocument();
107 }

References System.writer, and System.Xml.Linq.XStreamingElement.WriteTo().