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

◆ TextOutput() [2/2]

System.Xml.Xsl.XsltOld.TextOutput.TextOutput ( Processor processor,
TextWriter writer )
inlinepackage

Definition at line 20 of file TextOutput.cs.

22 {
23 if (writer == null)
24 {
25 throw new ArgumentNullException("writer");
26 }
27 encoding = writer.Encoding;
29 }

References System.Xml.Xsl.XsltOld.TextOutput._writer, System.Xml.Xsl.XsltOld.SequentialOutput.encoding, and System.writer.