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

◆ WriteBytes() [3/3]

void System.Xml.XmlStreamNodeWriter.WriteBytes ( char ch1,
char ch2 )
inlineprotectedinherited

Definition at line 161 of file XmlStreamNodeWriter.cs.

162 {
163 WriteBytes((byte)ch1, (byte)ch2);
164 }

References System.Xml.Dictionary, and System.Xml.XmlStreamNodeWriter.WriteBytes().