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

◆ XmlUtf8RawTextWriterIndent()

System.Xml.XmlUtf8RawTextWriterIndent.XmlUtf8RawTextWriterIndent ( Stream stream,
XmlWriterSettings settings )
inline

Definition at line 34 of file XmlUtf8RawTextWriterIndent.cs.

35 : base(stream, settings)
36 {
37 Init(settings);
38 }

References System.Xml.XmlUtf8RawTextWriterIndent.Init().