terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteEndBase64()

virtual void System.Xml.XmlRawWriter.WriteEndBase64 ( )
inlinepackagevirtualinherited

Reimplemented in System.Xml.XmlEventCache.

Definition at line 295 of file XmlRawWriter.cs.

296 {
297 this.base64Encoder.Flush();
298 }
XmlRawWriterBase64Encoder base64Encoder

References System.Xml.XmlRawWriter.base64Encoder, and System.Xml.Base64Encoder.Flush().