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

◆ RawEndCData()

static unsafe byte * System.Xml.XmlUtf8RawTextWriter.RawEndCData ( byte * pDst)
inlinestaticprotectedinherited

Definition at line 1354 of file XmlUtf8RawTextWriter.cs.

1355 {
1356 *pDst = 93;
1357 pDst[1] = 93;
1358 pDst[2] = 62;
1359 return pDst + 3;
1360 }

References System.Xml.Dictionary.

Referenced by System.Xml.XmlUtf8RawTextWriter.WriteCDataSection(), and System.Xml.XmlUtf8RawTextWriter.WriteCDataSectionNoFlush().