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

◆ WriteBytesAsync() [2/2]

Task System.Xml.XmlStreamNodeWriter.WriteBytesAsync ( char ch1,
char ch2 )
inlineprotectedinherited

Definition at line 166 of file XmlStreamNodeWriter.cs.

167 {
168 return WriteBytesAsync((byte)ch1, (byte)ch2);
169 }
Task WriteBytesAsync(byte b1, byte b2)

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