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

◆ CreateWriter() [4/4]

XmlWriter System.Xml.XmlWriterSettings.CreateWriter ( XmlWriter output)
inlinepackage

Definition at line 534 of file XmlWriterSettings.cs.

535 {
536 if (output == null)
537 {
538 throw new ArgumentNullException("output");
539 }
541 }
XmlWriter AddConformanceWrapper(XmlWriter baseWriter)

References System.Xml.XmlWriterSettings.AddConformanceWrapper().